Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
Version: None
Released: July 17, 2017
Note: The release you are looking at is Python 3.6.2, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
View Release Notes
Released: Sept. 19, 2017
Python 3.6.3rc1 is a release candidate preview of the third maintenance release of Python 3.6. The Python 3.6 series contains many new features and optimizations. See the What’s New In Python 3.6 document for more information. Major new features of the 3.6 series, compared to 3.5 Among the new major …
Released: Oct. 3, 2017
Note: The release you are looking at is Python 3.6.3, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: Dec. 5, 2017
Python 3.6.4rc1 is a release candidate preview of the fourth maintenance release of Python 3.6. The Python 3.6 series contains many new features and optimizations. See the What’s New In Python 3.6 document for more information. Major new features of the 3.6 series, compared to 3.5 Among the new major …
Released: Dec. 19, 2017
Note: The release you are looking at is Python 3.6.4, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: May 3, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b1 is the first of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
Released: May 31, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b2 is the second of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
Released: July 10, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b4 is the fourth and last of the beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to …
...import-sig Barry Warsaw Import SIG archive, subscribe meta-sig Barry Warsaw SIG about the SIGs archive, subscribe mobile-sig Jeff Hardy Python for mobile devices archive, subscribe pythonmac-sig Jack Jansen On Apple Macintosh archive, subscribe sssc-sig Dustin Ingram Secure Software Supply Chains for Python discussion list archive, subscribe stdlib-sig Barry Warsaw Development, improvement, and maintenance of the Python standard library. archive, subscribe web-sig Bill Janssen Web-related ...
...import statement is now serialized between different threads. The finalization order is much more sensible. On Mac and Windows, the case of module file names must match the case as used in the import statement. (On Unix, this was always true, of course.) When you specify the -t option, the tokenizer warns about inconsistent mixing of spaces and tabs. Two -t options and this causes syntax errors instead. See also Tools/scripts/tabnanny.py. All library modules are warning-free. The freeze tool ...
Released: Nov. 3, 2020
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This releasee, 3.10.0a2 is the second of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Dec. 7, 2020
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This releasee, 3.10.0a3 is the second of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Jan. 4, 2021
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This release, 3.10.0a4 is the fourth of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
...important than ever! What Does the PSF DO? More information about what the PSF does can be found here. How Can I Get Involved? All of these initiatives help maintain and support the Python community and Python tools that you and the Python community use daily. This work can only be done with the generous financial support that organizations like yours provide. Whether you want to give back to this vibrant community or perhaps introduce your business or brand to like-min...
Released: Dec. 23, 2016
Note: The release you are looking at is Python 3.6.0, the initial feature release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 …
Released: March 21, 2017
Note: The release you are looking at is Python 3.6.1, a bugfix release for the legacy 3.6 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. The final source-only security fix release for 3.6 was 3.6.15 and …
Released: June 17, 2021
This is a beta preview of Python 3.10 Python 3.10 is still in development. 3.10.0b3 is the third of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to support …
...Import from zipfiles - the name of a zipfile placed on sys.path (or in $PYTHONPATH) causes import to look for modules and packages in the zipfile. Other import hooks are also provided. Code by Just van Rossum based upon an idea by James Ahlstrom. (PEP 273 and PEP 302.) Unicode filenames on platforms that support them (specifically, Windows of the NT/2000/XP variety). (PEP 277) A new warning, FutureWarning, is issued about certain uses of hex or octal constants that appear unsigned but are in...
Released: Jan. 14, 2025
Hello, three dot fourteen dot zero alpha four! This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release, 3.14.0a4, is the fourth of seven planned alpha releases. Alpha releases are intended to make …
...important, though -- not everyone will have that fancy new installer (or they might have a different smart installer). User utilities Finally, and perhaps most importantly, we most consider the lucky user who wishes to install a Python module distribution on his computer. Users come in all shapes and sizes, but we're mainly concerned with two distinctions: built distribution users: anyone on a popular platform for which a built distribution is ...
If you didn't find what you need, try your search in the Python language documentation.