diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:41:35 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:41:35 (GMT) |
commit | 12bb353d43e69f4ec1bd9959261aedddbe760f7d (patch) | |
tree | d13a254e1c6670eed0debfa1d438ab381283429a | |
parent | d49af5dc2e77198e5e0e93cd9c2656012eaecfc7 (diff) | |
parent | ad6b28c946fdc46a1fbdc74ef1f4840910400d98 (diff) | |
download | cpython-12bb353d43e69f4ec1bd9959261aedddbe760f7d.zip cpython-12bb353d43e69f4ec1bd9959261aedddbe760f7d.tar.gz cpython-12bb353d43e69f4ec1bd9959261aedddbe760f7d.tar.bz2 |
Merge with 3.2: closes issue #17047
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1109,6 +1109,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. |