]> granicus.if.org Git - python/commitdiff
Issue #27418: Fixed Tools/importbench/importbench.py.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Jun 2016 07:34:52 +0000 (10:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Jun 2016 07:34:52 +0000 (10:34 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3fcdf6967b928ee662ce183294ba8bcdd536d2b3,330d1707e432a12b678754172b72fc1644bd3a73..a6634f81c68cd58250b0f055168beac53beb6fe4
+++ b/Misc/NEWS
@@@ -109,27 -70,18 +109,32 @@@ C AP
  -----
  
  - Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
 -  an iterable of integers. Now only strings and bytes-like objects are accepted.
 +  an iterable of integers. Now only strings and byte-like objects are accepted.
 +
 +Build
 +-----
 +
 +- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
 +
 +- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
 +  plat-$(PLATFORM_TRIPLET).
 +  Rename the config directory (LIBPL) from config-$(LDVERSION) to
 +  config-$(LDVERSION)-$(PLATFORM_TRIPLET).
 +  Install the platform specifc _sysconfigdata module into the platform
 +  directory and rename it to include the ABIFLAGS.
 +
 +- Don't use largefile support for GNU/Hurd.
  
+ Tools/Demos
+ -----------
+ - Issue #27418: Fixed Tools/importbench/importbench.py.
  
 -What's New in Python 3.5.2?
 -===========================
 +What's New in Python 3.6.0 alpha 2
 +==================================
  
 -Release date: 2016-06-26
 +*Release date: 2016-06-13*
  
  Core and Builtins
  -----------------