[issue16313] Support xz compression in shutil module

2012-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, this is actually a dupe of #5411? Thanks. -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Add xz support to shutil ___ Python tracker

[issue16313] Support xz compression in shutil module

2012-10-26 Thread Hynek Schlawack
Hynek Schlawack added the comment: Isn’t this a dupe of #5411? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue16313] Support xz compression in shutil module

2012-10-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue16313] Support xz compression in shutil module

2012-10-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch adds xz compression support in additional to gzip and bzip2 in shutil module. -- components: Library (Lib) files: shutil-lzma.patch keywords: patch messages: 173707 nosy: hynek, nadeem.vawda, serhiy.storchaka, tarek priority: norm