Skip to content

Commit 9f058b8

Browse files
author
antoine.pitrou
committed
Merged revisions 74340 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r74340 | antoine.pitrou | 2009-08-06 23:00:37 +0200 (jeu., 06 août 2009) | 3 lines Fix typo ........ git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@74341 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent e275587 commit 9f058b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Core and Builtins
3535
C-API
3636
-----
3737

38-
- Issue #6405: Remove duplicatet type declarations in descrobject.h.
38+
- Issue #6405: Remove duplicate type declarations in descrobject.h.
3939

4040
- The code flags for old __future__ features are now available again.
4141

@@ -76,7 +76,7 @@ Library
7676
know how to handle a comparison without loss of precision. Also add
7777
correct handling of infinities and nans for comparisons with float.
7878

79-
- Issue #6415: Fixed warnings.warn sagfault on bad formatted string.
79+
- Issue #6415: Fixed warnings.warn segfault on bad formatted string.
8080

8181
- Issue #6358: The exit status of a command started with os.popen() was
8282
reported differently than it did with python 2.x.

0 commit comments

Comments
 (0)