diff options
author | Georg Brandl <georg@python.org> | 2008-01-13 15:04:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-13 15:04:05 (GMT) |
commit | d1c131a6e30f7777fe65f6b4fa910150f647b5f5 (patch) | |
tree | cb5266bfedc3e74ced5c3ff928b7845c033ba4c5 /Misc | |
parent | 9e0f116fac93be51b78551e96d9cd8b4e94b369d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |