Sometimes the news is reported well enough elsewhere and we have little to add other than to bring it to your attention.
No Comment is a format where we present original source information, lightly edited, so that you can decide if you want to follow it up.
Release highlights
New syntax features:
A global or nonlocal statement must now textually appear before the first use of the affected name in the same scope. Previously this was a SyntaxWarning.
The py.exe launcher, when used interactively, no longer prefers Python 2 over Python 3 when the user doesn’t specify a version (via command line arguments or a config file). Handling of shebang lines remains unchanged - “python” refers to Python 2 in that case.
python.exe and pythonw.exe have been marked as long-path aware, which means that when the 260 character path limit may no longer apply. See removing the MAX_PATH limitation for details.
A sys.path file can be added to force isolated mode and fully specify all search paths to avoid registry and environment lookup. Seethe documentation for more information.
A python36.zip file now works as a landmark to infer PYTHONHOME. See the documentation for more information.
A new video from Boston Dynamics and the Robotics and AI (RAI) Institute show the impact reinforcement learning has had on Atlas's fluidity of movement and demos what can be achieved by combining the [ ... ]
This is the time of year when the clocks change to provide us with daylight saving and a significant trauma. The time is ripe to think of innovative clocks and one thing about clocks is that they suit [ ... ]