summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad57f53..7f87d38 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.