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.
...string>, line 117) Definition list ends without a blank line; unexpected unindent. </ul> <p>David Abrahams was present and presented an application to the secretary at the meeting. <p>(Note that Charles Waldman is already a PSF member, a point that was overlooked at the meeting.) <p>Upon further discussion, several corporations were invited to be sponsor members of the Corporation. Upon motion by Guido van Rossum, seconded by Ka-Ping Yee, it was unanimously <p>...
...strings (but counting literal strings, such as help and usage text) ie. with all explicit help text removed. For ArgParser and argtools, this is just a big literal string, since these libraries don't do automatic help generation. For Optik, this just means removing the help parameter from each option; even removing this per-option help text, Optik still provides a --help option that reports which options are available But as Mark Twain...
...string>, line 74) Definition list ends without a blank line; unexpected unindent. (<a target="_blank" href="http://us.pycon.org/TX2007/Tutorials">more info</a>) <br>(1 tutorial=$110, 2 tutorials=$170)</th></tr> System Message: ERROR/3 (<string>, line 77) Unexpected indentation. <tr><th>Morning session </th><th>Afternoon session </th></tr> <tr><td> <xxx-input name=PyCon_MORNING type=ra...
...StringIO module (though not cStringIO) supported Unicode. This capability is accidentally not present in Python 2.2. <p><li>A deep copy (using copy.deepcopy()) of a recursive data structure built out of new-style classes would cause infinite recursion. See <a href= "http://sourceforge.net/tracker/?func=detail&atid=105470&aid=497426&group_id=5470" >SourceForge bug report #497426</a>. <p><li>The Demo/extend subdirectory should not have b...
Version: None
Released: Dec. 3, 2024
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.21, a security bugfix release for the legacy 3.9 series. Python 3.13 is now the latest feature release series of Python 3. Get the latest release of 3.13.x here. Security content in this …
View Release Notes
Released: Sept. 6, 2022
Note: The release you are looking at is a security bugfix release for the legacy 3.7 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.7 was 3.7.17. Please see …
Released: May 17, 2016
Python 3.6.0a1 Python 3.6.0a1 was released on 2016-05-17. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0a1 is the first of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and …
Released: June 13, 2016
Python 3.6.0a2 Python 3.6.0a2 was released on 2016-06-13. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0a2 is the second of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and …
Released: July 12, 2016
Python 3.6.0a3 Python 3.6.0a3 was released on 2016-07-12. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0a3 is the third of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and …
Released: Aug. 15, 2016
Python 3.6.0a4 Python 3.6.0a4 was released on 2016-08-15. Major new features of the 3.6 series, compared to 3.5 Python 3.6 is still in development; 3.6.0a4 is the last of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and …
...string>, line 34) Definition list ends without a blank line; unexpected unindent. </pre>
...String and regular expression processing Extensive XML and web services support HTTP, FTP, SMTP, POP, IMAP, NNTP, telnet, and other IP protocols HTML, MIME, base64, binhex, uuencode, and other internet data handling GUI development and multimedia services Unit testing, profiling, and documentation generation Restricted execution security option Available third party modules for database access, math, 3D modeling, image processing, LDAP, WebDAV, jabber, MIDI, and much more Py...
...string from the console, write a string to the console. I decided not repeat this mistake in Python. Besides this intention, I had a number of other ideas for improvement over ABC, and was eager to try them out. For instance, ABC's powerful data types turned out to be less efficient than we hoped. There was too much emphasis on theoretically optimal algorithms, and not enough tuning for common cases. I also felt that some of ABC's features, aimed at novice programmers, were less d...
Released: Oct. 2, 2023
This is the sixth maintenance release of Python 3.11 Python 3.11.6 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.11 series, compared to 3.10 Some of the new major new features and changes in Python …
...strings). For more information, see bug #1284316 IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. The test for the ossaudiodev module hangs on some Red Hat s...
...String and regular expression processing Extensive XML and web services support HTTP, FTP, SMTP, POP, IMAP, NNTP, telnet, and other IP protocols HTML, MIME, base64, binhex, uuencode, and other internet data handling GUI development and multimedia services Unit testing, profiling, and documentation generation Restricted execution security option Available third party modules for database access, math, 3D modeling, image processing, LDAP, WebDAV, jabber, MIDI, and much more Python ...
...string interpolation in literals because that would break existing code. Maybe "from __future__ import interpolation" would enable interpolation in string literals? (Only in literals!) There's also the question whether to allow arbitrary expressions like print "The area is ${x*y}" PEP 216 - Docstring Format - Zadka This has very little contents. Maybe it should be withdrawn? There are several other PEPs that deal with doc strings, notably 256-258, which I like much ...
If you didn't find what you need, try your search in the Python language documentation.