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.
...Definition list ends without a blank line; unexpected unindent. <pre>myhost$ rpmbuild -rebuild python2.4-2.4.1c2-1pydotorg.src.rpm rpmbuild: arguments to --root (-r) must begin with a / myhost$ </pre> System Message: ERROR/3 (<string>, line 170) Unexpected indentation. <li />A) The option to rpmbuild is not "-rebuild", it's "--rebuild", with two hyphens (-) instead of one. The above command runs "rpmbuild" with the "ebuild" argum...
...Definition list ends without a blank line; unexpected unindent. </pre> <p> The following SRPMs are available for the "SME Server" distribution of Linux (what was formerly known as "e-smith" before its acquisition by Mitel Networks). They are maintained by <a href="mailto:dan_york@mitel.com">Dan York</a>. The RPMs themselves are in: <p> <a href="ftp://ftp.e-smith.org/pub/e-smith/contrib/DanYork/RPMS/i386/"> ftp://ftp...
July 2010 PSF Members' Meeting Minutes (draft) The Python Software Foundation Minutes of the July 2010 Members' Meeting July 19, 2010 The Python Software Foundation (the "PSF") held a semi-annual members' meeting on July 19, 2010 19:00 CEST at EuroPython, Birmingham, UK. Steve Holden presided over the meeting. Marc-André Lemburg and Pat Campbell prepared these minutes. Contents 1 Attendance 2 Greetings & Roll Call 3 Rep...
2009-12-14 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 14, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 9 November 2009. 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" mea...
2014-01-31 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 31, 2014 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 CET/ 12:00 EST, on January 31, 2014. Van Lindberg presided over the meeting. Ewa Jodlowska prepared the minutes. All votes are reported in the form "Y-N-A" (in favor-...
...Definition list ends without a blank line; unexpected unindent. --> </ul> <!-- extra space so that the in-document link works properly --> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <br /><br /><br /><br /><br /...
...Definition list ends without a blank line; unexpected unindent. <tr><td>Tim Peters<td>Greg C. Ewing <tr><td>Brett Cannon<td>Raymond Hettinger </table> <h1>Board Report</h1> Jeremy Hylton presented the annual report of the board, summarizing reports from individual committees. The Python Support Committee (chaired by Marc-André Lemburg) has focus on fund raising. The Paypal system was established and first donations were received. The website ...
...Definition list ends without a blank line; unexpected unindent. (<a target="_blank" href="http://us.pycon.org/TX2007/Tutorials">more info</a>) <br>(1 tutorial=$110, 2 tutorials=$170)</th></tr> System Message: ERROR/3 (<string>, line 77) Unexpected indentation. <tr><th>Morning session </th><th>Afternoon session </th></tr> <tr><td> <xxx-input name=PyCon_MORNING type=radio value=AM1> FUL...
...class definitions. However, for JavaScript, that's all there is. Python, on the other hand, supports writing much larger programs and better code reuse through a true object-oriented programming style, where classes and inheritance play an important role. Perl Python and Perl come from a similar background (Unix scripting, which both have long outgrown), and sport many similar features, but have a different philosophy. Perl emphasizes support for common application-oriented tasks, e...
...class O: pass class F(O): pass class E(O): pass class D(O): pass class C(D,F): pass class B(D,E): pass class A(B,C): pass class ex_6: "My second example" class O: pass class F(O): pass class E(O): pass class D(O): pass class C(D,F): pass class B(E,D): pass class A(B,C): pass class ex_9: "Difference between Python 2.2 MRO and C3" #From Samuele class O: pass class A(O): pass class B(O): pass class C(O...
2007-12-10 PSF Board Meeting Minutes The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors December 10, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:00 UTC, 10 December 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Stat...
...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...
...class, fromdict): # Initialize a class object of given type from a conformant dictionary. class_sig = toclass.__dict__.keys(); class_sig.sort() dict_keys = fromdict.keys(); dict_keys.sort() common = intersect(class_sig, dict_keys) if 'typemap' in class_sig: class_sig.remove('typemap') if tuple(class_sig) != tuple(dict_keys): print "Conformability error" # print "Class signature: " + `class_sig` # print "Dictionary keys: &qu...
...definition, work for the Board. David Goodger noted that other than the incumbent Directors, no PSF members stepped forward as candidates for Director. The following motion was put to a vote: WHEREAS it is recognized that it is beneficial to the Foundation to have a large number of active Directors, be it RESOLVED, that the PSF Board be increased to twelve (12) Directors. The motion failed to pass: 27 for, 31 against, 3 abstentions. 6 Election of a New Board of Directors The...
...Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases. Release Derived from Year Owner GPL-compatible? (1) 0.9.0 thru 1.2 1991-1995 CWI yes 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 1.6 1.5.2 2000 CNRI no 2.0 1.6 2000 BeOpen.com no 1.6.1 1.6 2001 CNRI yes (2) 2.1 2.0+1.6.1 2001 PSF no 2.0.1 2.0+1.6.1 2001 PSF yes 2.1.1 2.1+2.0.1 2001 PSF yes 2.2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF ...
...Classroom with Jeff Elkner, promoting Python. Vern is a schoolteacher who needs $1,000 total funding, and asked if the PSF would underwrite a portion. RESOLVED, that a grant of $500 be made to facilitate Vern Ceder's attendance to present a Python paper at NECC. Approved, 6-0-2. [54] S. Holden will write to Vern Ceder about the PSF's grant towards his talk at NECC. 9 Request for PSF Support of FOWABE A request was received from Xavier Heymans for the PSF's support of FOWABE,...
If you didn't find what you need, try your search in the Python language documentation.