diff options
author | Georg Brandl <georg@python.org> | 2006-10-29 09:16:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-29 09:16:12 (GMT) |
commit | 3354f285b958bbe8fa99b0091fcd4335251dec71 (patch) | |
tree | 6ea1cdb2de9a6e8a361880d449fd1aa012f1e023 /Misc | |
parent | 6c0e1e86733f0c26db2f33534e820e1b7427d274 (diff) | |
download | cpython-3354f285b958bbe8fa99b0091fcd4335251dec71.zip cpython-3354f285b958bbe8fa99b0091fcd4335251dec71.tar.gz cpython-3354f285b958bbe8fa99b0091fcd4335251dec71.tar.bz2 |
Patch #1583880: fix tarfile's problems with long names and posix/
GNU modes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ Core and builtins Library ------- +- Patch #1583880: fix tarfile's problems with long names and posix/ + GNU modes. + - Bug #1586448: the compiler module now emits the same bytecode for list comprehensions as the builtin compiler, using the LIST_APPEND opcode. |