summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-24 17:46:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-24 17:46:54 (GMT)
commit6c86fe2d4b3477eece6695604051273fb95b37b3 (patch)
tree5498d09cd5e3d53ba3ddb59d2132f004e95986f5 /Misc
parentec4f9592f5cb2c4b4bb8e2300b21d1b0e22f43e3 (diff)
downloadcpython-6c86fe2d4b3477eece6695604051273fb95b37b3.zip
cpython-6c86fe2d4b3477eece6695604051273fb95b37b3.tar.gz
cpython-6c86fe2d4b3477eece6695604051273fb95b37b3.tar.bz2
Issue #23583: Added tests for standard IO streams in IDLE.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 103ac4d..4cb9ba8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,11 @@ Library
- Issue #23361: Fix possible overflow in Windows subprocess creation code.
+Tests
+-----
+
+- Issue #23583: Added tests for standard IO streams in IDLE.
+
Build
-----