]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove a duplicate.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Oct 2013 14:05:41 +0000 (17:05 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Oct 2013 14:05:41 +0000 (17:05 +0300)
Misc/NEWS

index ad57f53aebb361aa66c3a622c9757e9b33395aa2..7f87d38614d8eb7ed466588cdabcf59ef6b31e9c 100644 (file)
--- 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.