cpython (2.7): Fix typo in Misc/NEWS.

http://hg.python.org/cpython/rev/ce55df8ee815 changeset: 87658:ce55df8ee815 branch: 2.7 parent: 87655:ee627983ba28 user: Alexandre Vassalotti <alexandre@peadrop.com> date: Sat Nov 30 14:02:47 2013 -0800 summary: Fix typo in Misc/NEWS. files: Misc/NEWS | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,8 +17,8 @@ - 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. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
alexandre.vassalotti