diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -92,11 +92,11 @@ Library - Changed code in the following modules/packages to remove warnings raised while running under the ``-3`` flag: aifc, asynchat, asyncore, bdb, bsddb, - ConfigParser, cookielib, csv, difflib, DocXMLRPCServer, email, filecmp, - fileinput, inspect, logging, modulefinder, pdb, pickle, profile, pstats, - pydoc, re, rlcompleter, SimpleXMLRPCServer, shelve, socket, subprocess, - sqlite3, tarfile, Tkinter, test.test_support, textwrap, threading, tokenize, - traceback, urlparse, wsgiref, xml, xmlrpclib. + ConfigParser, cookielib, csv, difflib, distutils, DocXMLRPCServer, email, + filecmp, fileinput, inspect, logging, modulefinder, pdb, pickle, profile, + pstats, pydoc, re, rlcompleter, SimpleXMLRPCServer, shelve, socket, + subprocess, 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. |