diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:33:11 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:33:11 (GMT) |
commit | 4b3975b944d5f7b9a4e64274da7114d09e2b4b80 (patch) | |
tree | 8f26a5ffa433a50818d1be66e5c18b0ebf5548cd | |
parent | 8ea4616f16c8f89289e73849880499ef309ce18a (diff) | |
download | cpython-4b3975b944d5f7b9a4e64274da7114d09e2b4b80.zip cpython-4b3975b944d5f7b9a4e64274da7114d09e2b4b80.tar.gz cpython-4b3975b944d5f7b9a4e64274da7114d09e2b4b80.tar.bz2 |
Issue #17047: Add news entry
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1108,6 +1108,9 @@ Tools/Demos Documentation ------------- +- Issue #17047: remove doubled words in docs and docstrings + reported by Serhiy Storchaka and Matthew Barnett. + - Issue #16406: Combine the pages for uploading and registering to PyPI. - Issue #16403: Document how distutils uses the maintainer field in |