diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-24 16:55:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-24 16:55:43 (GMT) |
commit | 8b1458b2d8179064e8064d85bc05609bbb9a5d0a (patch) | |
tree | 10a7730334f5513153c7c06ef1e866a326d35a37 | |
parent | ca2fc9eb1fd987b8885d7126f2b541a6c2636d53 (diff) | |
download | cpython-8b1458b2d8179064e8064d85bc05609bbb9a5d0a.zip cpython-8b1458b2d8179064e8064d85bc05609bbb9a5d0a.tar.gz cpython-8b1458b2d8179064e8064d85bc05609bbb9a5d0a.tar.bz2 |
Merged revisions 78424 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78424 | ezio.melotti | 2010-02-24 18:49:56 +0200 (Wed, 24 Feb 2010) | 1 line
typos
........
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ Library - Issue #1537721: Add a writeheader() method to csv.DictWriter. - Issue #7959: ctypes callback functions are now registered correctly - with the cylce garbage collector. + with the cycle garbage collector. - Issue #5801: removed spurious empty lines in wsgiref. |