[Python-checkins] r78424 - python/trunk/Misc/NEWS

ezio.melotti python-checkins at python.org
Wed Feb 24 17:49:57 CET 2010


Author: ezio.melotti
Date: Wed Feb 24 17:49:56 2010
New Revision: 78424

Log:
typos

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Feb 24 17:49:56 2010
@@ -17,7 +17,7 @@
   strings.
 
 - Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF, raise an
-  UnicodeDecodeError
+  UnicodeDecodeError.
 
 - Issue #6902: Fix problem with built-in types format incorrectly with
   0 padding.
@@ -37,7 +37,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 #7970: email.Generator.flatten now correctly flattens message/rfc822
   messages parsed by email.Parser.HeaderParser.


More information about the Python-checkins mailing list