summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-29 09:16:12 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-29 09:16:12 (GMT)
commit3354f285b958bbe8fa99b0091fcd4335251dec71 (patch)
tree6ea1cdb2de9a6e8a361880d449fd1aa012f1e023 /Misc
parent6c0e1e86733f0c26db2f33534e820e1b7427d274 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cb10fa..8363ee3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.