summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-08-06 21:01:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-08-06 21:01:42 (GMT)
commit992d3d1454f2c9ce34cfa15652c1a773ccd220a7 (patch)
tree4ef8d892d5cc35f324935d1145698ed01108ce80 /Misc
parent0473e56964ae9d041cfb0c3c8e09994cb58b675a (diff)
downloadcpython-992d3d1454f2c9ce34cfa15652c1a773ccd220a7.zip
cpython-992d3d1454f2c9ce34cfa15652c1a773ccd220a7.tar.gz
cpython-992d3d1454f2c9ce34cfa15652c1a773ccd220a7.tar.bz2
Merged revisions 74340 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74340 | antoine.pitrou | 2009-08-06 23:00:37 +0200 (jeu., 06 août 2009) | 3 lines Fix typo ........
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 582def6..f412f72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,7 +35,7 @@ Core and Builtins
C-API
-----
-- Issue #6405: Remove duplicatet type declarations in descrobject.h.
+- Issue #6405: Remove duplicate type declarations in descrobject.h.
- The code flags for old __future__ features are now available again.
@@ -76,7 +76,7 @@ Library
know how to handle a comparison without loss of precision. Also add
correct handling of infinities and nans for comparisons with float.
-- Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
+- Issue #6415: Fixed warnings.warn segfault on bad formatted string.
- Issue #6358: The exit status of a command started with os.popen() was
reported differently than it did with python 2.x.