From: Serhiy Storchaka Date: Fri, 18 Oct 2013 14:05:41 +0000 (+0300) Subject: Remove a duplicate. X-Git-Tag: v3.4.0a4~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b39d247ad713aec0c7f4a495e74291af67198b6f;p=thirdparty%2FPython%2Fcpython.git Remove a duplicate. --- diff --git a/Misc/NEWS b/Misc/NEWS index ad57f53aebb3..7f87d38614d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2569,8 +2569,6 @@ Documentation - Issue #17977: The documentation for the cadefault argument's default value in urllib.request.urlopen() is fixed to match the code. -- Issue #15940: Specify effect of locale on time functions. - - Issue #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney.