diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-21 01:38:26 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2007-11-21 01:38:26 (GMT) |
commit | f57375af2874873ae2231609fd2b453f9ff6228d (patch) | |
tree | 3b0d8b7ba62f9b8f17fe2cdf2095c5e06244b265 | |
parent | 3f065a414a4cef2f9fc0056757aee71c444c59b1 (diff) | |
download | cpython-f57375af2874873ae2231609fd2b453f9ff6228d.zip cpython-f57375af2874873ae2231609fd2b453f9ff6228d.tar.gz cpython-f57375af2874873ae2231609fd2b453f9ff6228d.tar.bz2 |
Add a NEWS entry for r59076.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Issue #1460: The utf-7 incremental decoder did not accept truncated input. + It now correctly saves its state between chunks of data. + - Patch #1739468: Directories and zipfiles containing a __main__.py file can now be directly executed by passing their name to the interpreter. The directory/zipfile is automatically inserted as the first entry in sys.path. |