summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-13 15:04:05 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-13 15:04:05 (GMT)
commitd1c131a6e30f7777fe65f6b4fa910150f647b5f5 (patch)
treecb5266bfedc3e74ced5c3ff928b7845c033ba4c5 /Misc
parent9e0f116fac93be51b78551e96d9cd8b4e94b369d (diff)
downloadcpython-d1c131a6e30f7777fe65f6b4fa910150f647b5f5.zip
cpython-d1c131a6e30f7777fe65f6b4fa910150f647b5f5.tar.gz
cpython-d1c131a6e30f7777fe65f6b4fa910150f647b5f5.tar.bz2
Back out r59931 - test_ctypes fails with it.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca2d996..51d2731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,9 +12,6 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
-- Patch #1700288: added a type attribute cache that caches method accesses,
- resulting in speedups in heavily object-oriented code.
-
- Bug #1776: __import__() no longer accepts filenames on any platform.
The first parameter to __import__() must be a valid module name.