diff options
author | Eivind Teig <eivind.teig@gmail.com> | 2019-02-11 10:47:09 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-02-11 10:47:09 (GMT) |
commit | 537b6caa565ec2fc304ba6f4400cd347ce2af64b (patch) | |
tree | 2a9d75955d62435a872e1540ea77ec0ed222dc1c /Misc | |
parent | 9db56fb8faaa3cd66e7fe82740a4ae4d786bb27f (diff) | |
download | cpython-537b6caa565ec2fc304ba6f4400cd347ce2af64b.zip cpython-537b6caa565ec2fc304ba6f4400cd347ce2af64b.tar.gz cpython-537b6caa565ec2fc304ba6f4400cd347ce2af64b.tar.bz2 |
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Original patch by Mike Short
https://bugs.python.org/issue22062
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-07-28-12-41-01.bpo-22062.TaN2hn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-07-28-12-41-01.bpo-22062.TaN2hn.rst b/Misc/NEWS.d/next/Documentation/2018-07-28-12-41-01.bpo-22062.TaN2hn.rst new file mode 100644 index 0000000..cb47fe1 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-07-28-12-41-01.bpo-22062.TaN2hn.rst @@ -0,0 +1 @@ +Update documentation and docstrings for pathlib. Original patch by Mike Short. |