commit | 9319e43c675920fa69d1461bf9c6bb451647ae4d | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Fri Apr 20 20:10:59 2007 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Fri Apr 20 20:10:59 2007 +0000 |
tree | 497e0e1d16ebab23c70d2eb35a1989f67bfb0e7f | |
parent | d220144a84b71d4d6a35d68b091a45780c5e5162 [diff] [blame] |
Patch #1695229: Fix a regression with tarfile.open() and a missing name argument.
diff --git a/Misc/NEWS b/Misc/NEWS index 58f87ea..450bbce 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library ------- +- Patch #1695229: Fix a regression with tarfile.open() and a missing name + argument. + - tarfile.py: Fix directory names to have only one trailing slash.