Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...with other Red Hat applications that expect a different version of Python? System Message: WARNING/2 (<string>, line 113) Block quote ends without a blank line; unexpected unindent. <li />A) The RPMs that start with "python2.4" are built to not interfere with the system Python. They install as "/usr/bin/python2.4" and will not conflict with the system Python unless you are running on a system that ships the a version of Python which has the same major/minor num...
...with the contributor agreement. Status: carried forward. [13] Originally from December 2006, Section 4, Jython Contributor Agreements: D. Goodger will write to the Jython contributors and ask them to sign contributor agreement forms, in combination with item 1 [11] above (transferred from A. Kuchling). Status: carried forward. [29] Originally from March 2007, Section 18, Bylaw Change Survey: S. Holden will call for a separate discussion of changes to the bylaws [with S. Deibel's help]. Includ...
...getting success stories, image data, quotes, publication approvals, etc. Given that we have over 60 leads to follow up with, this should easily produce enough material to fill the brochure with lots of interesting stories and show cases. The success stories that won't make this edition of the brochure will be hosted on the brochure website and are likely going to be used for future editions. Since we have already received enough material to start working on the layout, we'll enter that next phas...
...with fund raising, because it gives a prospective donor some idea of what their donation would do. Regular progress reports make it easier for people to get involved in activities and provides a clear warning sign when something is going wrong. We need some accountability. One goal that had broad support from the members was making Python development easier. Guido had some specific suggestions about infrastructure that generated a few long threads with Martin following the conference. If the...
...with Tim Parkin on this subject, and Tim has sent an outline of his approach. Tim is proposing to work out a deployment plan, starting by identifying all dynamic portions of the site. Originally the plan was to use mod_rewrite to map old URLs onto new pages as they came onstream, but it seems this may not be a practical approach. Now Tim plans to flag existing pages with a specific header, pointing to the new content. Later they can be replaced with 301 redirects. M. von Löwis asked if we sh...
Version: None
Released: Oct. 14, 2019
This is the stable release of Python 3.8.0 Note: The release you're looking at is Python 3.8.0, an outdated release. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Major new features of the 3.8 series, compared …
View Release Notes
Released: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here …
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, a bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. 3.8.5 has …
Released: June 1, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b3 is the third of 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 to …
Released: July 11, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b4 is the fourth of 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 to …
...with full power to vote in accordance with the directions provided here and on all other matters that may come before the PSF member meeting to be held in Dallas at the Addison Marriott Quorum By The Galleria on February 24, 2006 from 5:10-19:00 pm. Election of Sponsor Members The following organizations have been nominated as sponsor members of the PSF. NomineeVote yes to accept as new member CCP Games yes no abstain [ circle one ] Election of Nominated Members The follo...
...started with ABC, a wonderful teaching language that I had helped create in the early eighties. It was an incredibly elegant and powerful language, aimed at non-professional programmers. Despite all its elegance and power and the availability of a free implementation, ABC never became popular in the Unix/C world. I can only speculate about the reasons, but here's a likely one: the difficulty of adding new "primitive" operations to ABC. It was a monolithic, "closed system", with only t...
...with the lawyer. He reports that he is supposed to talk to the lawyer again at some point, but it doesn't seem like our chances are great of getting python.com. Originally from October 2005, Section 4, Public Support Committee: D. Goodger will pursue web page and installer donation link ideas. Status: carried forward. Originally from October 2005, Section 5, Ubuntu Development Meeting: D. Goodger will ask if Ubuntu wants to become a PSF sponsor or donor. Status: done. D. Goodger asked Mark S...
...with a far-ranging impact that can barely be anticipated or imagined. On a shorter term, the quantity and quality of available computer software will improve drastically, as the imagination and labor of millions is applied to the problem. Inventive office workers will be able to improve the software that supports them in their tasks, and share their improvements with their colleagues or-via the Internet-with others far away who are faced with the same tasks and problems. Now is the...
...with the use of this mode on Windows to be an explicit way to invoke the default text translation mode. Why can't 't' be used together with '+'? Text mode on Windows supports '+' AFAIK. How does this interact with xreadlines? With "for line in file" ? Why settle for a compile-time option that's off by default? That's asking for problems; people who turn it on will write code that uses the 't' mode and then find that it's not portable. You say that 't' mode is used by i...
...with the class as its first argument; its responsibility is to return a new instance of that class. Compare this to __init__: __init__ is called with an instance as its first argument, and it doesn't return anything; its responsibility is to initialize the instance. There are situations where a new instance is created without calling __init__ (for example when the instance is loaded from a pickle). There is no way to create a new instance without calling __new__ (although in some cases...
...with Melanie at the convention center to come up with a buffet menu for PyCon's lunches. I am trying to keep the costs as close to 2012 as possible however buffets are more expensive than plated lunches (which is what we have had in previous years). This had to be changed because with this many attendees it is hard to please everyone with a plated lunch. Currently I am averaging $31.40 per person for lunch (this is not final yet). 8.5 PyCon Contract Negotiations I have conta...
...with the .spec file in the base tar file. Use the SRPM that is on this page. System Message: WARNING/2 (<string>, line 88) Definition list ends without a blank line; unexpected unindent. <hr /> <li />Q) When running "rpm -ba", "rpm -ta" or "rpm --rebuild" I get the error "-ba: unknown option" or "--rebuild: unknown option" or "-ta: unknown option". <li />A) With the Red Hat 8.0 release, the building options w...
If you didn't find what you need, try your search in the Python language documentation.