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.
...tutorial registrations up and work with Caktus to get the conference program out PyCon dinner: finalize details with the local restaurants and include the registration for this on CTE?s site Expo Hall: I will want to send an email to all of the sponsors making sure they received reg info and booth info. In this email I will include the forms from the Palais. Convention Center Management: work on lunch setup Expo Hall: Create a page on the pycon site for all signed up sponsors to see sponsor kit,...
...tutorials is found and provided. Status: done. [9] Originally from 16 June 2008, Section 6.7, Treasurer's Report: D. Goodger will follow up regarding unpaid PyCon sponsorships. Status: done. [10] Originally from 16 June 2008, Section 6.8, Treasurer's Report: D. Goodger will follow up regarding unpaid PyCon registrations. Status: pending. [25] Originally from 11 August 2008, Section 6.2, PyCon UK Sponsorship: R. Hettinger will propose a blanket policy for sponsorships, instead of one-off reque...
Unifying types and classes in Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class met...
...tutorial: Don't scare people by suggesting classmethod may go away. (4-Apr-2002) Introduction Python 2.2 introduces the first phase of "type/class unification". This is a series of changes to Python intended to remove most of the differences between built-in types and user-defined classes. Perhaps the most obvious one is the restriction against using built-in types (such as the type of lists and dictionaries) as a base class in a class statement. This is one of the bi...
...Tutorial contains wrong sample code. [ #419873 ] ThreadingTCPServer invalidating sockets [ #420216 ] bad links in v2.1 docs [ #420230 ] fileinput deletes backups without warnin [ #420343 ] SystemError from tuple() builtin [ #420399 ] wrong HTML ("trademark" symbols?) [ #421999 ] wrong priority doc for ** vs unary - [ #422108 ] Error in rich comparisons [ #422121 ] Insecurities in dict comparison [ #422702 ] dbhash.open default [ #423087 ] A small typo in weakref documentation [ #423429...
...tutorial on creating types in C. point out the importance of reassigning data members before assigning their values correct my misconception about return values from visitprocs. Sigh. mention the labor saving Py_VISIT and Py_CLEAR macros. Major rewrite of the math module docs, to address common confusions. Tests The test data files for the decimal test suite are now installed on platforms that use the Makefile. SF patch 995225: The test file testtar.tar accidentally contained CVS keywords...
...tutorials available in Spanish. Approved 11-0-1, June 26, 2017 RESOLVED, that the Python Software Foundation Grant Work Group grant $600 USD to the Django Girls event happening in Belém, Brazil August 5, 2017 Approved 9-0-0, June 20, 2017 RESOLVED, that the Python Software Foundation Grants Work Group grant $745 USD to the Code Carrots event happening in Szczecin, Poland June 23-25, 2017 Approved 7-0-0, June 15, 2017 RESOLVED, that the Python Software Foundation Grants Work Group grant $750 U...
If you didn't find what you need, try your search in the Python language documentation.