diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-08-04 21:52:25 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-08-04 21:52:25 (GMT) |
commit | 7e30b67bf4eaad4288ba76ee7143ee0e9085777f (patch) | |
tree | 28d4d682827d2fc762ffa3a4aba99818b842735d /Misc | |
parent | 211b3cdbdc77fbfcdf7a1fb4f186f688e2d95ab0 (diff) | |
download | cpython-7e30b67bf4eaad4288ba76ee7143ee0e9085777f.zip cpython-7e30b67bf4eaad4288ba76ee7143ee0e9085777f.tar.gz cpython-7e30b67bf4eaad4288ba76ee7143ee0e9085777f.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,13 @@ Core and Builtins 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 raised an AttributeError. |