diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-24 16:52:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-24 16:52:39 (GMT) |
commit | 21704c51bb6e83ff32f751b73fd7cb258a3a307c (patch) | |
tree | f00742a3e19100b60f96febe62a0010fd3c6c08a /Misc | |
parent | e3c651a83685bd29209c778f2f662cef2b0d6945 (diff) | |
download | cpython-21704c51bb6e83ff32f751b73fd7cb258a3a307c.zip cpython-21704c51bb6e83ff32f751b73fd7cb258a3a307c.tar.gz cpython-21704c51bb6e83ff32f751b73fd7cb258a3a307c.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
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ Core and Builtins strings. - Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF, raise an - UnicodeDecodeError + UnicodeDecodeError. - Issue #5677: Explicitly forbid write operations on read-only file objects, and read operations on write-only file objects. On Windows, the system C @@ -76,7 +76,7 @@ Library - Issue #7975: correct regression in dict methods supported by bsddb.dbshelve. - Issue #7959: ctypes callback functions are now registered correctly - with the cylce garbage collector. + with the cycle garbage collector. - Issue #6243: curses.getkey() can segfault when used with ungetch. Fix by Trundle and Jerry Chen. |