summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-24 16:58:58 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-24 16:58:58 (GMT)
commit40ea650b46314ca05dbbc22b7971e63b94307ea6 (patch)
treea2444902bed4c5b87aeebb42585bc158697aaf8b /Misc
parentefcd883735af264ff6acbb642e2d2e3fb50b8e81 (diff)
downloadcpython-40ea650b46314ca05dbbc22b7971e63b94307ea6.zip
cpython-40ea650b46314ca05dbbc22b7971e63b94307ea6.tar.gz
cpython-40ea650b46314ca05dbbc22b7971e63b94307ea6.tar.bz2
Merged revisions 78427 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78427 | ezio.melotti | 2010-02-24 18:55:43 +0200 (Wed, 24 Feb 2010) | 9 lines 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 ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edd6fa3..b20056c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,7 +91,7 @@ Library
-------
- Issue #7959: ctypes callback functions are now registered correctly
- with the cylce garbage collector.
+ with the cycle garbage collector.
- Issue #6666: fix bug in trace.py that applied the list of directories
to be ignored only to the first file. Noted by Bogdan Opanchuk.