summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-08-09 23:39:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-08-09 23:39:11 (GMT)
commit9fc5631be6bb192db6cd5bd9b4305ab801ca3092 (patch)
tree734ac14227409d1f5899190f54a5f83c64f6bac9 /Misc
parent46265860c26059e05f5aa002f6e298c88bc35928 (diff)
downloadcpython-9fc5631be6bb192db6cd5bd9b4305ab801ca3092.zip
cpython-9fc5631be6bb192db6cd5bd9b4305ab801ca3092.tar.gz
cpython-9fc5631be6bb192db6cd5bd9b4305ab801ca3092.tar.bz2
Silence warnings in csv about using reduce() when run under -3 by using
functools.reduce() instead.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a59b661..a2669c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,10 +60,10 @@ 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, 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,
+ 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.
- Issue #3039: Fix tarfile.TarFileCompat.writestr() which always