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.
Version: None
Released: Sept. 18, 2025
It's 🪄 finally 🪄 the final 3.14 release candidate! https://www.python.org/downloads/release/python-3140rc3/ Note: It's another magic release. We fixed another bug that required bumping the magic number stored in Python bytecode (.pyc) files. This means file .pyc files created for rc2 cannot be used for rc3, and they'll be recompiled. …
View Release Notes
...close as would be done with some proprietary marks. We want the trademarks to be used as widely as possible. This includes also the unaltered logos, which are often used to indicate suitability for Python or implementation in Python. One important and useful idea that applies to trademarks in general is the notion of "nominative use" of the trademark. A trademark can always be used to name the trademarked entity itself so long as the use does not imply some special relationship with th...
...closely with EuroPython Society right now to organize EuroPython. David Ascher asked whether we should do more to internationalize the python.org site. 5 Adjournment There being no further business, S. Deibel adjourned the meeting at 19:00 EST.
...close() method first closed the underlying file, then deleted the file. This usually worked fine. However, the spawn family of functions on Windows create (at a low C level) the same set of open files in the spawned process Q as were open in the spawning process P. If a temp file f was among them, then doing f.close() in P first closed P's C-level file handle on f, but Q's C-level file handle on f remained open, so the attempt in P to delete f blew up with a "Permission denied" error...
...close to our project deadline. Again Python enabled our team to implement the idea quickly and successfully. Queries to the Access database are done through an ODBC connection using the value from the database key array to determine what city information is associated with a given location. The ability to run queries on the database greatly extended the educational value of this tool by allowing for the dynamic creation of maps. Results At the completion of our semester we had created a tool t...
...close to 16 times as long, in fact. I didn't dare try a list of 64 times as long. There's a general technique to avoid quadratic behavior in algorithms like this. I coded it as follows for strings of exactly 256 items: def f5(list): string = "" for i in range(0, 256, 16): # 0, 16, 32, 48, 64, ... s = "" for character in map(chr, list[i:i+16]): s = s + character string = string + s return string ...
...closed source solution." B. Cannon will be posting details of the hosting offer to the infrastructure mailing list when he gets it. B. Cannon: "And I have to say I have been quite happy with the community mostly sticking up for the committee." 6 Adjournment S. Deibel adjourned the meeting at 17:35 UTC.
...closed object, an exception is raised. The truncate method now accepts a position argument and readline accepts a size argument. There were many changes made to the linuxaudiodev module and its test suite; as a result, a short, unexpected audio sample should now play when the regression test is run. Note that this module is named poorly, because it should work correctly on any platform that supports the Open Sound System (OSS). The module now raises except...
...closer to the end of the technical phase of the Honorary Associate Membership (HAM) Project. However, attention is now being geared more toward working on the HAM content cosmetics and beautification on the python.org website. Many technical hurdles have been jumped in order to setup the HAM program and we are now beginning to see the finish line." As far as the continued activities from last month are concerned, she reported: Please see the message from Kurt Kaiser’s March 2012 treasurer’...
...closed source") use of Python too? Yes, provided you abide by the terms of the CNRI license and also include the CWI Copyright Notice and Permissions Statement. I have some questions about those! First, about the "click to accept" business. What if I have a derivative work that has no GUI? As the text says, "COPYING, INSTALLING OR OTHERWISE USING THE SOFTWARE" also constitutes agreement to the terms of the license, so there is no requirement to use the click to accept butto...
...closely match the standard Python provided by Red Hat. <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.src.rpm">python-2.2.2-7.src.rpm</a> (Source RPM, 6952435 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-2.2.2-7.i386.rpm">python-2.2.2-7.i386.rpm</a> (Red Hat 8.0 base RPM, 4221481 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-devel-2.2.2-7.i386.rpm">python-devel-2.2.2-7....
...closes on Friday February 16. Everything seems to be well in hand: T-shirts done, tote bags done, publications ready for printing, open space items being added. D. Goodger reported that PyCon is doing well financially: we're looking at a profit instead of a loss. D. Goodger also reported that there are two probable bids for 2008 (nothing formal yet): Chicago & San Francisco. 6 Advice on the "PyCamp" Name Jeff Rush sent the Board email asking for advice regardin...
...close the books. PyCon Site Visits Worked on site visit for Diana to visit the Palais. Has to reschedule it for July since the Palais is not available until then. PyCon Sponsors Nothing to report for April PyCon Website Management Helped collect the data for the 2014 website RFP, which is now complete and being circulated. 5.2 Administrator Report Board Agenda / Minutes I continue to write up the Board Agenda and keep it up to date. I continue to write ...
...close to one hundred books that have been written about Python programming. Here, we will focus only on a subset that are of potential interest for educators who teach introductory courses in programming. More books can be found here and here, or by doing an internet search. For children, young and old: Python Programming for the Absolute Beginner by Michael Dawson was one of the first books written for this audience and remains one of the most popular. Hello World! Computer Programming for Ki...
...closely than that. D. Ascher: "I don't think we should make a profit, but we should be wary of running big losses"; there was general agreement with this statement. D. Ascher observed that the move out of DC was because we were running out of room at GWU, and we haven't grown, making the move apparently pointless. S. Holden noted that the 2006 event showed the advantages of a hotel venue, even though it's more expensive; D. Ascher was not convinced. S. Holden and D. Goodger noted tha...
...closed, and there is no need for further payments. 5.3 Advocacy S. Deibel reported that the Advocacy Coordinator status is at http://wiki.python.org/moin/AdvocacyAccomplishments 5.4 EuroPython A. Kuchling informed the Board that Laura Creighton has been elected the chairman of the EuroPython Society, replacing Michael Hudson, the previous chairman. Kuchling also reported that Laura Creighton asked him two questions: Is the $5000 PSF sponsorship for travel ...
Python Software Foundation: Minutes of Board of Directors Meeting, January 10, 2006 The Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 10, 2006 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 18:00 UTC, 10 January 2006. Stephan Deibel presided at the meeting. 1 Attendance The following members of the Board of Directors were present at the mee...
...closely related and are normally installed or updated simultaneously. You should not attempt to mix-and-match Tcl and Tk versions. References to a specific version of Tk assume the corresponding version of Tcl is installed as well. The Python for macOS installers downloaded from this website dynamically link at runtime to Tcl/Tk macOS frameworks. The Tcl/Tk major version is determined when the installer is created and cannot be overridden. All current python.org installers link to their own ...
If you didn't find what you need, try your search in the Python language documentation.