diff options
author | Raymond Hettinger <python@rcn.com> | 2014-05-13 05:01:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-05-13 05:01:46 (GMT) |
commit | 8cc67a1b42fb7fa3d257ee61d40008a04f64681d (patch) | |
tree | 763414c6842ab69f9c328211c8b9acbeab87772e /Misc | |
parent | 122541beceeccce4ef8a9bf739c727ccdcbf2f28 (diff) | |
download | cpython-8cc67a1b42fb7fa3d257ee61d40008a04f64681d.zip cpython-8cc67a1b42fb7fa3d257ee61d40008a04f64681d.tar.gz cpython-8cc67a1b42fb7fa3d257ee61d40008a04f64681d.tar.bz2 |
Issue 21469: Add missing news item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ Library - Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. In porting to Argument Clinic, the first two arguments were reversed. +- Issue #21469: Reduced the risk of false positives in robotparser by + checking to make sure that robots.txt has been read or does not exist + prior to returning True in can_fetch(). + - Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev. |