[Python-checkins] cpython (merge 3.2 -> 3.3): Merge with 3.2: issue #17047 news entry
terry.reedy
python-checkins at python.org
Fri Mar 15 08:42:15 CET 2013
http://hg.python.org/cpython/rev/937989570b42
changeset: 82667:937989570b42
branch: 3.3
parent: 82660:209a9c2de9bd
parent: 82666:4b28a6a3eda6
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Fri Mar 15 03:39:38 2013 -0400
summary:
Merge with 3.2: issue #17047 news entry
files:
Misc/NEWS | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -817,6 +817,9 @@
- 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.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list