summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 07:39:38 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 07:39:38 (GMT)
commitad6b28c946fdc46a1fbdc74ef1f4840910400d98 (patch)
tree18d62347aca46ef7a77bb695c64b52192cbbf28d /Misc
parenta9d24e67666790974b6b3ac30c1868e55207b0e5 (diff)
parent4b3975b944d5f7b9a4e64274da7114d09e2b4b80 (diff)
downloadcpython-ad6b28c946fdc46a1fbdc74ef1f4840910400d98.zip
cpython-ad6b28c946fdc46a1fbdc74ef1f4840910400d98.tar.gz
cpython-ad6b28c946fdc46a1fbdc74ef1f4840910400d98.tar.bz2
Merge with 3.2: issue #17047 news entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8bcf497..5614106 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -817,6 +817,9 @@ Documentation
- Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
Patch by Ramchandra Apte
+- Issue #17047: remove doubled words in docs and docstrings
+ reported by Serhiy Storchaka and Matthew Barnett.
+
- Issue #15465: Document the versioning macros in the C API docs rather than
the standard library docs. Patch by Kushal Das.