[Python-checkins] r74341 - in python/branches/release31-maint: Misc/NEWS

antoine.pitrou python-checkins at python.org
Thu Aug 6 23:01:42 CEST 2009


Author: antoine.pitrou
Date: Thu Aug  6 23:01:42 2009
New Revision: 74341

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


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

Modified: python/branches/release31-maint/Misc/NEWS
==============================================================================
--- python/branches/release31-maint/Misc/NEWS	(original)
+++ python/branches/release31-maint/Misc/NEWS	Thu Aug  6 23:01:42 2009
@@ -35,7 +35,7 @@
 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 @@
   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.


More information about the Python-checkins mailing list