]> granicus.if.org Git - python/commit
bpo-36832: add zipfile.Path (#13153)
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 8 May 2019 13:45:06 +0000 (09:45 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 8 May 2019 13:45:05 +0000 (09:45 -0400)
commitb2758ff9553d8bebe4e9dd1cb3996212473810e3
tree60ee775ed37a5262b66dec6f4122888da43df2e3
parent70b80541bb044e8cb7037acaf97f64890fef418e
bpo-36832: add zipfile.Path (#13153)

* bpo-36832: add zipfile.Path

* bpo-36832: add documentation for zipfile.Path

* ðŸ“œðŸ¤– Added by blurb_it.

* Remove module reference from blurb.

* Sort the imports

* Update docstrings and docs per recommendations.

* Rely on test.support.temp_dir

* Signal that 'root' is the parameter.

* Correct spelling of 'mod'

* Convert docstring to comment for brevity.

* Fix more errors in the docs
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-05-07-15-00-45.bpo-36832.TExgqb.rst [new file with mode: 0644]