summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-02-24 16:49:56 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-02-24 16:49:56 (GMT)
commit2076666770a57eac4e95bf554af2fdc56f28e29e (patch)
tree9f19570bbd7d173c86375e92f0ee4cea93916a1d /Misc
parent8526adfbd901f766b90f0116d8a40a1a4bdc8fb7 (diff)
downloadcpython-2076666770a57eac4e95bf554af2fdc56f28e29e.zip
cpython-2076666770a57eac4e95bf554af2fdc56f28e29e.tar.gz
cpython-2076666770a57eac4e95bf554af2fdc56f28e29e.tar.bz2
typos
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00030c2..ccea907 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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 #6902: Fix problem with built-in types format incorrectly with
0 padding.
@@ -37,7 +37,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 #7970: email.Generator.flatten now correctly flattens message/rfc822
messages parsed by email.Parser.HeaderParser.