From: Steve Dower Date: Mon, 3 Oct 2016 16:12:42 +0000 (-0700) Subject: Issue #28217: Adds _testconsole module to test console input. X-Git-Tag: v3.7.0a1~2315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a8ff9ef6074632a682a230feababf1bec59d8f4;p=python Issue #28217: Adds _testconsole module to test console input. --- 4a8ff9ef6074632a682a230feababf1bec59d8f4 diff --cc Misc/NEWS index 059e2c9b48,4b5d756d7c..5b6ed49bcd --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -213,18 -186,11 +213,23 @@@ Buil - Issue #15819: Remove redundant include search directory option for building outside the source tree. +Tools/Demos +----------- + +- Issue #15369: The pybench and pystone microbenchmark have been removed from + Tools. Please use the new Python benchmark suite + https://github.com/python/performance which is more reliable and includes a + portable version of pybench working on Python 2 and Python 3. + +- Issue #28102: The zipfile module CLI now prints usage to stderr. + Patch by Stephen J. Turnbull. + + Tests + ----- + + - Issue #28217: Adds _testconsole module to test console input. + + What's New in Python 3.6.0 beta 1 =================================