From: Alexandre Vassalotti Date: Sat, 30 Nov 2013 22:02:47 +0000 (-0800) Subject: Fix typo in Misc/NEWS. X-Git-Tag: v2.7.8~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34ca066d1c3cc5071713bad353688d18a54cc22b;p=python Fix typo in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0581dd2d92..55cdd7e1ad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,8 +17,8 @@ Library - Issue #16231: Fixed pickle.Pickler to only fallback to its default pickling behaviour when Pickler.persistent_id returns None, but not for any other - false values. This allows false values other values other than None to be - used as persistent IDs. This behaviour is consistent with cPickle. + false values. This allows false values other than None to be used as + persistent IDs. This behaviour is consistent with cPickle. - Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with virtual interface. Original patch by Kent Frazier.