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.
...Class Mail RESOLVED, that the PSF engage Earth Class Mail to act as a contact address and letter/package reception point. This board discussion was tabled until more research & data collection into the Earth Class Mail system was explored in order to provide a better understanding of their mail system and how/why the PSF would want or need to utilize the Earth Class Mail Services. 12 Other Business None 13 Adjournment Lindberg adjourned the meeting at ...
...class() by 50-70%, so as to match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__ mechanism. In the process, fix a bug where isinstance() and issubclass(), when given a tuple of classes as second argument, were looking up __instancecheck__ / __subclasscheck__ on the tuple rather than on each type object. Issue #3663: Py_None was decref'd when printing SyntaxErrors. Issue #3651: Fix various memory leaks when using the buffer interface, or when the "s#" code of PyArg_P...
...class method (e.g. BaseClass.__init__(self)), this is now allowed even if self is not strictly spoken a class instance (e.g. when using metaclasses or the Don Beaudry hook). Slice objects are now comparable but not hashable; this prevents dict[:] from being accepted but meaningless. Complex division is now calculated using less braindead algorithms. This doesn't change semantics except it's more likely to give useful results in extreme cases. Complex repr() now uses full precision like float re...
2012-12-19 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 19, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Conference Call via phone and Internet Relay Chat beginning at 18:00 CEST/ 12:00 EDT, on December 19 2012. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favo...
...classes of string can no longer be interned. The semantics of interning were not clear here -- a subclass could be mutable, for example -- and had bugs. Explicitly interning a subclass of string via intern() will raise a TypeError. Internal operations that attempt to intern a string subclass will have no effect. Bug 1003935: xrange() could report bogus OverflowErrors. Documented what xrange() intends, and repaired tests accordingly. Extension modules difflib now supports HTML side-by-si...
...class of members (if the members are divided into classes), one third (1/3) of such class of members, represented in person or represented by proxy, shall constitute a quorum for the transaction of such item of business by that class of members. If a quorum is present, the affirmative vote of a majority of the members represented at the meeting and entitled to vote on the subject matter shall be the act of the members, unless the vote of a greater number or voting by class is required by the Gen...
...classes for over 2000 women in Washington, DC. She teaches all the classes with the help of women who have previously taken the classes. She empowers hundreds of women to code with Python by lowering barriers to entry. More than just a class where women learn to build websites, Hear Me Code focuses on leadership development, peer mentoring, and turning students into teachers. Approved 8-0-0, December 2, 2016 RESOLVED, that the Python Software Foundation grant $430 USD to PyLadies Data Mining Wo...
...class or variable. The import statement first tests whether the item is defined in the package; if not, it assumes it is a module and attempts to load it. If it fails to find it, ImportError is raised. Contrarily, when using syntax like import item.subitem.subsubitem, each item except for the last must be a package; the last item can be a module or a package but can't be a class or function or variable defined in the previous item. Importing * From a Package; the __all__ Attribut...
...class:: minutes-title | The Python Software Foundation | Minutes of a Regular Meeting of the Board of Directors | | July 18, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 18 July 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "*Y-N-A*" (*in favor — opposed — abstentions*; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstent...
If you didn't find what you need, try your search in the Python language documentation.