Differences between revisions 3 and 4
Revision 3 as of 2007-08-12 02:26:39
Size: 260
Editor: c-98-193-130-129
Comment:
Revision 4 as of 2007-08-12 02:38:53
Size: 422
Editor: c-24-6-134-255
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
   * 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).

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).

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

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