diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-08-06 21:00:37 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-08-06 21:00:37 (GMT) |
commit | f3637327ff0edd2bc2d0f6dffad9768611e6457e (patch) | |
tree | c5e23affa744f7b8acc989947d0c2c99e726c13a | |
parent | a0ceb731fb8bbd4aeefdb25b7aa9d5fa7abed5f9 (diff) | |
download | cpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.zip cpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.tar.gz cpython-f3637327ff0edd2bc2d0f6dffad9768611e6457e.tar.bz2 |
Fix typo
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,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. |