]> granicus.if.org Git - python/commitdiff
Issue #28217: Adds _testconsole module to test console input.
authorSteve Dower <steve.dower@microsoft.com>
Mon, 3 Oct 2016 16:12:42 +0000 (09:12 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 3 Oct 2016 16:12:42 +0000 (09:12 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 059e2c9b485a2c43c02fda5602ae34f976f86092,4b5d756d7ca622b3cd9747f858ffe20494f96e7d..5b6ed49bcd303885a7682a763851b43352a01738
+++ 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
  =================================