]> granicus.if.org Git - python/commitdiff
Add a note about all the modules/packages changed to silence -3 warnings. More
authorBrett Cannon <bcannon@gmail.com>
Mon, 4 Aug 2008 21:52:25 +0000 (21:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 4 Aug 2008 21:52:25 +0000 (21:52 +0000)
changes are needed once some decisions are made, but this is the work up to this
point.

Misc/NEWS

index e02aca4c11f8081235f5c6189c9f42c58ebdcfd1..87b43970fe4331c0351a1ef298dd451643e4d5f3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.