[Python-checkins] r65528 - python/trunk/Misc/NEWS

brett.cannon python-checkins at python.org
Mon Aug 4 23:52:26 CEST 2008


Author: brett.cannon
Date: Mon Aug  4 23:52:25 2008
New Revision: 65528

Log:
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.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Aug  4 23:52:25 2008
@@ -41,6 +41,13 @@
 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.
 


More information about the Python-checkins mailing list