Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...existing records in one place, have them scanned, and enter them into the PSF data repository. D. Goodger will coordinate this work and maintain the records. D. Goodger reported that he recently received records from Kurt Kaiser. He is still awaiting the delivery of records from Jeremy Hylton though, who has not replied to repeated email messages. D. Goodger will telephone Jeremy Hylton to ask for PSF records to be sent. Status: in progress. Originally from July 2006, Section 3.2, item 3: D. G...
...ifschneider. <h4>New in this version (2.2-2)</h4> <ul> <p><li>It includes a "-docs" package which includes the Python docs in HTML and info formats. <p><li>The SRPM includes a tkinter "auto" option (the default) which only builds tkinter if /usr/bin/wish exists. </ul> <h4>Download</h4> <p><ul><li>Source: <ul> <li><a href="/ftp/python/2.2/rpms/python2-2.2-2.src.rpm"> pytho...
...ifferent arguments to the base class __new__, and modify the resulting object after it's been created (for example to initialize essential instance variables). __new__ must return an object. There's nothing that requires that it return a new object that is an instance of its class argument, although that is the convention. If you return an existing object, the constructor call will still call its __init__ method. If you return an object of a different class, its __init__ method will ...
...ifferent arguments to the base class __new__, and modify the resulting object after it's been created (for example to initialize essential instance variables). __new__ must return an object. There's nothing that requires that it return a new object that is an instance of its class argument, although that is the convention. If you return an existing object of your class or a subclass, the constructor call will still call its __init__ method. If you return an object of a different clas...
...if they choose, define several different grades of sponsor member, each with a different annual fee and receiving different benefits as determined by the Directors. Section 4.4. Admission of Members. A person or organization desiring membership must complete a written membership application in such form as shall be adopted by the Board of Directors from time to time. The nomination, if applicable, and the content of the membership application must be included in a notice to the nominated members...
Version: None
Released: July 26, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b5 is the last of the five 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 …
Released: Aug. 8, 2022
This is the first release candidate of Python 3.11 This release, 3.11.0rc1, is the penultimate release preview. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the final release. The second candidate and the last planned …
Released: Sept. 12, 2022
This is the second release candidate of Python 3.11 This release, 3.11.0rc2, is the last preview before the final release of Python 3.11.0 on 2022-10-24. Entering the release candidate phase, only reviewed code changes which are clear bug fixes are allowed between this release candidate and the …
Location: Remote United States
What We’re Building PJMF is building a suite of AI-enabled tools that will serve as the intelligence layer for modern philanthropy. Every year, foundations and corporate funders deploy hundreds of billions of dollars toward humanity's most pressing challenges—yet they do so using systems designed for compliance, not insight. Program officers …
...ifying the swig executable to use, and --swig-opts to specify options to pass to swig. --swig-opts="-c++" is the new way to spell --swig-cpp. Patch 983206: distutils now obeys environment variable LDSHARED, if it is set. Added Peter Astrand's subprocess.py module. See PEP 324 for details. time.strptime() now properly escapes timezones and all other locale-specific strings for regex-specific symbols. Was breaking under Japanese Windows when the timezone was specified as "Tokyo (s...
...ift Cards RESOLVED, that the board approves purchase of $750 of Amazon gift cards to thank some of the volunteers who assisted with PyCon. Approved 6-0-0. 7 Officer Compensation WHEREAS some of the offices held by officers of the PSF require substantial time commitment, on the order of hundreds of hours per year, WHEREAS the ongoing and timely performance of these officers is critical to the continued existence of the PSF, be it RESOLVED, that effective July 1st, 2006, the f...
...if ( document.addEventListener ) { DOMContentLoaded = function() { document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); onReady(); }; } else if ( document.attachEvent ) { DOMContentLoaded = function() { // Make sure body exists, at least, in case IE gets a little overzealous if ( document.readyState === "complete" ) { document.detachEvent( "onreadystatechange", DOMContentLoaded ); onReady(); ...
...ifferences between Python 2.0 and Python 1.5.2, please see the article What's New in Python 2.0 by A.M. Kuchling and Moshe Zadka. What's new in 2.0 (since release candidate 1)? Standard library The copy_reg module was modified to clarify its intended use: to register pickle support for extension types, not for classes. pickle() will raise a TypeError if it is passed a class. Fixed a bug in gettext's "normalize and expand" code that prevented it from finding an existing...
...ified as a keyword arg in the class statement, which can now use the full syntax of a parameter list. Also, the metaclass can implement a __prepare__ function which will be called to create the dictionary for the new class namespace. The long-deprecated argument "pend" of PyFloat_FromString() has been removed. The dir() function has been extended to call the __dir__() method on its argument, if it exists. If not, it will work like before. This allows customizing the output of dir() i...
...If you actually want to run any of these without modifying them, you'll need to get the Ripoff source code from its CVS repository. This is because I wanted 1) a realistic --version option (which uses ripoff.__version__), and 2) realistic help for the -d/--device option (which relies on the ripoff.cdrom extension module, specifically the get_default_device() function). The real purpose here, though, is to examine the code, not to run it.
...ificantly slower than more mainstream, statically typed languages. However, this result is not as significant as it is sometimes made out to be, for two reasons. Firstly, many applications are rarely CPU bound, and simply do not need the intensive performance that the fastest languages can give you. For interactive desktop applications, the speed difference between C# and IronPython would rarely be discernible by the user. Some programs do require significant CPU performance, either because they...
...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 found. The same rules have been implented on other platforms with case- insensitive but case-preserving filesystems too (including Cygwin, and several flavors of Macintosh operating systems). winsound module: Under Win9x, winsound.Beep() now attempts to...
...if we should we try to find volunteers to help Tim, or do we just wait until he's done it all by himself? S. Holden replied that we want to recruit as many of the existing pydotorg-maintainers as possible, and he plans to write some documentation to help newbie members of the team. A. Kuchling noted that the pydotorg list is seeing little action lately. M. von Löwis asked if we can identify fixed-deadline tasks for which we need volunteers, so they can drop out when they are done with specific...
If you didn't find what you need, try your search in the Python language documentation.