[Python-checkins] r78425 - in python/branches/release26-maint: Misc/NEWS

ezio.melotti python-checkins at python.org
Wed Feb 24 17:52:39 CET 2010


Author: ezio.melotti
Date: Wed Feb 24 17:52:39 2010
New Revision: 78425

Log:
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
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Wed Feb 24 17:52:39 2010
@@ -17,7 +17,7 @@
   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 @@
 - 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.


More information about the Python-checkins mailing list