diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-18 14:05:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-18 14:05:41 (GMT) |
commit | b39d247ad713aec0c7f4a495e74291af67198b6f (patch) | |
tree | 7dd4a376b44e40eb625243bb086b0ab5a98dd662 | |
parent | 3321fb8e3a4cc78e700254b87435e57e9c9f29d0 (diff) | |
download | cpython-b39d247ad713aec0c7f4a495e74291af67198b6f.zip cpython-b39d247ad713aec0c7f4a495e74291af67198b6f.tar.gz cpython-b39d247ad713aec0c7f4a495e74291af67198b6f.tar.bz2 |
Remove a duplicate.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |