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.
...PEP for a full discussion: <http://python.sf.net/peps/pep-0238.html> Future statements are now effective in simulated interactive shells (like IDLE). This should "just work" by magic, but read Michael Hudson's "Future statements in simulated shells" PEP 264 for full details: <http://python.sf.net/peps/pep-0264.html>. The type/class unification (PEP 252-253) was integrated into the trunk and is not so tentative any more (the exact specification of some features i...
...PEP 235 (Import on Case-Insensitive Platforms) is implemented. See http://python.sourceforge.net/peps/pep-0235.html for full details, especially the "Current Lower-Left Semantics" section. The new Windows import rules are simpler than before: If the PYTHONCASEOK environment variable exists, same as before: silently accept the first case-insensitive match of any kind; raise ImportError if none found. Else search sys.path for the first case-sensitive match; raise ImportError if none...
...PEP 237 it really needs to be 1 now. This will be backported to Python 2.2.3 a well. (SF #660455) int(s, base) sometimes sign-folds hex and oct constants; it only does this when base is 0 and s.strip() starts with a '0'. When the sign is actually folded, as in int("0xffffffff", 0) on a 32-bit machine, which returns -1, a FutureWarning is now issued; in Python 2.4, this will return 4294967295L, as do int("+0xffffffff", 0) and int("0xffffffff", 16) right now. (PEP...
...security (disabling unsupported OpenID) and cutting bandwidth costs by compressing 404 images. June 2018 The Q2 award went to Mario Corchero for his leadership of the organization of PyConES, PyLondinium, and the PyCon Charlas track in 2018. His work has been instrumental in promoting the use of Python and fostering Python communities in Spain, Latin America, and the UK. The Q2 award also went to Chukwudi Nwachukwu for his contribution to spreading the growth of Python to the Nigerian commu...
...PEP 772 as published on 25 July 2025, conditional on the PEP authors adding language to PEP 772 that explicitly gives the Packaging Council the authority to enforce the PSF Code of Conduct, in addition to enforcement mechanisms otherwise approved by the Foundation. Approved; 11-0-0, 2025-08-13 RESOLVED, that the Python Software Foundation award the Q2 2025 Community Service Award to Katie McLaughlin for contributions to the Australian and International Python Communities through leading PyCon A...
If you didn't find what you need, try your search in the Python language documentation.