summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:57:56 (GMT)
commit7aa5341164794efc5367f63636cbe8327ca40393 (patch)
tree72cabf6ebcc9d1319649e7e60043f8624837693f /Misc
parent802d45b6604b82ee636fdd795cc6a7d9e655855d (diff)
downloadcpython-7aa5341164794efc5367f63636cbe8327ca40393.zip
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.gz
cpython-7aa5341164794efc5367f63636cbe8327ca40393.tar.bz2
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS15
1 files changed, 0 insertions, 15 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ccdcba..d6ff9e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,18 +2,6 @@
Python News
+++++++++++
-What's New in Python 3.6.0 alpha 1?
-===================================
-
-Release date: XXXX-XX-XX
-
-Core and Builtins
------------------
-
-Library
--------
-
-
What's New in Python 3.5.0 beta 2?
==================================
@@ -55,9 +43,6 @@ Core and Builtins
- Issue #24268: PEP 489: Multi-phase extension module initialization.
Patch by Petr Viktorin.
-- Issue #23359: Optimize set object internals by specializing the
- hash table search into a lookup function and an insert function.
-
- Issue #23955: Add pyvenv.cfg option to suppress registry/environment
lookup for generating sys.path on Windows.