Serhiy Storchaka
|
4aec9a8be2
|
bpo-29901: Improve support of path-like objects in zipapp. (#815)
Now general path-like objects are supported, not just pathlib.Path.
|
2017-03-25 13:05:23 +02:00 |
Serhiy Storchaka
|
6a7b3a77b4
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 08:32:47 +03:00 |
Paul Moore
|
a4d4dd3a9d
|
#23657 Don't explicitly do an isinstance check for str in zipapp
As a result, explicitly support pathlib.Path objects as arguments.
Also added tests for the CLI interface.
|
2015-03-22 15:32:36 +00:00 |
Brett Cannon
|
469d0fbdd3
|
Add some periods to the ends of a couple comments
|
2015-03-13 11:13:20 -04:00 |
Brett Cannon
|
cc4dfc1b75
|
Issue #23491: Implement PEP 441: Improving Python Zip Application Support
Thanks to Paul Moore for the PEP and implementation.
|
2015-03-13 10:40:49 -04:00 |