Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...refer to the action item ID on the wiki. 4.1 Carried Forward The following are action items carried forward from the 12 January 2009 meeting, as highlighted in the minutes (Section 4, Status of Past Action Items). Numbers in [brackets] represent the item ID in the PSF private wiki. [11] Originally from June 2006, Section 6, PSF Records: The Board agreed to assemble the existing records in one place, have them scanned, and enter them into the PSF data repository. D. Goodger wi...
...references (PEP 205) have been added. This involves a few changes in the core, an extension module (_weakref), and a Python module (weakref). The weakref module is the public interface. It includes support for "explicit" weak references, proxy objects, and mappings with weakly held values. A 'continue' statement can now appear in a try block within the body of a loop. It is still not possible to use continue in a finally clause. Standard library mailbox.py now has a new class, ...
...refer to the action item ID on the wiki. 4.1 Carried Forward The following are action items carried forward from the 12 March 2009 meeting, as highlighted in the minutes (Section 4, Status of Past Action Items). Numbers in [brackets] represent the item ID in the PSF private wiki. [11] Originally from June 2006, Section 6, PSF Records: The Board agreed to assemble the existing records in one place, have them scanned, and enter them into the PSF data repository. D. Goodger wil...
...refer programming directly from a terminal window, a better choice than the default interpreter might be IPython. In addition to IDLE, there are a number of third party tools which you can find out by referring to the Python Editors Wiki and the Python Integrated Development Environments Wiki. Learning resources These are resources, interactive on-line tutorials, and other educational resources that either help teach python or use Python to teach programming. Online Python Tutor is a free edu...
...ref which holds the last (strong) reference to its referent. Issue #2630: implement PEP 3138. repr() now returns printable Unicode characters unescaped, to get an ASCII-only representation of an object use ascii(). Issue #1342: On windows, Python could not start when installed in a directory with non-ascii characters. Implement PEP 3121: new module initialization and finalization API. Removed the already-defunct -t option. Issue #2957: Corrected a ValueError "recursion limit exceeded",...
If you didn't find what you need, try your search in the Python language documentation.