[issue28229] lzma does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +918 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28229] lzma does not support pathlib

2016-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset b512780c6589 by Berker Peksag in branch '3.6': Issue #28229: lzma module now supports pathlib https://hg.python.org/cpython/rev/b512780c6589 New changeset de398937653b by Berker Peksag in branch 'default': Issue #28229: Merge from 3.6 https://hg.pyt

[issue28229] lzma does not support pathlib

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28229] lzma does not support pathlib

2016-10-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- assignee: -> berker.peksag nosy: +serhiy.storchaka stage: patch review -> commit review ___ Python tracker ___ _

[issue28229] lzma does not support pathlib

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Attaching a new patch that addresses Serhiy's comments. Thanks! -- Added file: http://bugs.python.org/file44950/issue28229_v3.diff ___ Python tracker ___

[issue28229] lzma does not support pathlib

2016-10-02 Thread Berker Peksag
New submission from Berker Peksag: Here's an updated patch that adds more tests and documentation changes. -- components: +Library (Lib) nosy: +berker.peksag Added file: http://bugs.python.org/file44938/issue28229_v2.diff ___ Python tracker

[issue28229] lzma does not support pathlib

2016-09-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28229] lzma does not support pathlib

2016-09-21 Thread Ethan Furman
Changes by Ethan Furman : -- files: open-lzma.stoneleaf.patch keywords: patch nosy: brett.cannon, ethan.furman priority: normal severity: normal stage: patch review status: open title: lzma does not support pathlib type: behavior versions: Python 3.6 Added file: http://bugs.python.org/fi