Differences between revisions 6 and 7
Revision 6 as of 2008-11-15 14:00:03
Size: 551
Editor: localhost
Comment: converted to 1.6 markup
Revision 7 as of 2019-10-26 23:58:35
Size: 277
Comment: Remove early Python 3 information, leaving a link to previous revision for accessibility
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
We're now maintaining a list of tasks in a shared spreadsheet: http://spreadsheets.google.com/ccc?key=pBLWM8elhFAmKbrhhh0ApQA

Known regressions from Python 2.x to the py3k branch that aren't currently covered by the test suite:

   * Calling dir() on a traceback instance produces an empty list; in 2.x, it worked correctly. A patch is up for review at http://python.org/sf/1772489.
   * When python is run with the env't variable PYTHONDUMPREFS set to 1, there is a fatal error on shutdown due to import machinery. (Code had # coding: cp949).
As of late 2019, Python 3.x is the current version of the language and early Python 3.0 resources and planning are out of date. The [[https://wiki.python.org/moin/Py3kRegressions?action=recall&rev=6|previous version of this page from 2008]] is largely of historical interest.

As of late 2019, Python 3.x is the current version of the language and early Python 3.0 resources and planning are out of date. The previous version of this page from 2008 is largely of historical interest.

Py3kRegressions (last edited 2019-10-26 23:58:35 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.