[issue11548] Passing format= to unpack_archive fails

2011-03-16 Thread R. David Murray
Changes by R. David Murray : -- type: crash -> behavior versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue11548] Passing format= to unpack_archive fails

2011-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d1619747c17d by Nick Coghlan in branch '3.2': Close #11548: Correctly handle format argument in shutil.unpack_archive http://hg.python.org/cpython/rev/d1619747c17d New changeset e376d04539bb by Nick Coghlan in branch 'default': Merge fix for #11548

[issue11548] Passing format= to unpack_archive fails

2011-03-16 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: -> ncoghlan nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11548] Passing format= to unpack_archive fails

2011-03-15 Thread Evan Dandrea
Changes by Evan Dandrea : Removed file: http://bugs.python.org/file21196/fix_unpack_with_format.patch ___ Python tracker ___ ___ Python-bugs-l

[issue11548] Passing format= to unpack_archive fails

2011-03-15 Thread Evan Dandrea
Changes by Evan Dandrea : Added file: http://bugs.python.org/file21228/fix_unpack_with_format.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue11548] Passing format= to unpack_archive fails

2011-03-14 Thread Evan Dandrea
New submission from Evan Dandrea : Passing the format keyword parameter to shutil.unpack_archive triggers an exception: Traceback (most recent call last): File "Lib/test/test_shutil.py", line 650, in test_unpack_archive unpack_archive(filename, tmpdir2, format=format) File "/home/evan/h