From: Antoine Pitrou Date: Thu, 6 Aug 2009 21:00:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: v3.2a1~2698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3637327ff0edd2bc2d0f6dffad9768611e6457e;p=python Fix typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 9ae93aac6a..040bef785e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.