diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 17:49:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 17:49:23 (GMT) |
commit | 520e00dd9289a56d3af2f2700b1145f6c211b0db (patch) | |
tree | b37f967345ba74743b319506d41965574ebbb6de /Misc | |
parent | 87eb482e30ec76976e7c04b1547faaab0df40261 (diff) | |
parent | 6c86fe2d4b3477eece6695604051273fb95b37b3 (diff) | |
download | cpython-520e00dd9289a56d3af2f2700b1145f6c211b0db.zip cpython-520e00dd9289a56d3af2f2700b1145f6c211b0db.tar.gz cpython-520e00dd9289a56d3af2f2700b1145f6c211b0db.tar.bz2 |
Issue #23583: Added tests for standard IO streams in IDLE.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ Build Tests ----- +- Issue #23583: Added tests for standard IO streams in IDLE. + - Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. Tools/Demos |