commit | b2758ff9553d8bebe4e9dd1cb3996212473810e3 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Wed May 08 09:45:06 2019 -0400 |
committer | Barry Warsaw <barry@python.org> | Wed May 08 09:45:05 2019 -0400 |
tree | 60ee775ed37a5262b66dec6f4122888da43df2e3 | |
parent | 70b80541bb044e8cb7037acaf97f64890fef418e [diff] |
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