mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Add a note about all the modules/packages changed to silence -3 warnings. More
changes are needed once some decisions are made, but this is the work up to this point.
This commit is contained in:
parent
211b3cdbdc
commit
7e30b67bf4
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Changed code in the following modules/packages to remove warnings raised
|
||||||
|
while running under the ``-3`` flag: aifc, asyncore, bdb, bsddb,
|
||||||
|
ConfigParser, cookielib, DocXMLRPCServer, email, filecmp, fileinput, inspect,
|
||||||
|
logging, modulefinder, pdb, pickle, profile, pstats, pydoc, re, rlcompleter,
|
||||||
|
SimpleXMLRPCServer, shelve, sqlite3, tarfile, Tkinter, test.test_support,
|
||||||
|
textwrap, threading, tokenize, traceback, urlparse, wsgiref, xml, xmlrpclib.
|
||||||
|
|
||||||
- Issue #3039: Fix tarfile.TarFileCompat.writestr() which always
|
- Issue #3039: Fix tarfile.TarFileCompat.writestr() which always
|
||||||
raised an AttributeError.
|
raised an AttributeError.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue