commit | 2527f7fee0f20946aa3162fae4ffe6181aee1eb1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 29 09:16:15 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 29 09:16:15 2006 +0000 |
tree | fc2079146c64b82bc6927fcda7a5be65b6aa3fb3 | |
parent | 0d3de7612cec5b8613142d517c3bc04906433967 [diff] [blame] |
Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. (backport from rev. 52524)
diff --git a/Misc/NEWS b/Misc/NEWS index b8a6f7e..fc613c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Library ------- +- Patch #1583880: fix tarfile's problems with long names and posix/ + GNU modes. + - Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and fix all codecs file wrappers to work correctly with the "with" statement (bug #1586513).