summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2019-03-01 20:40:54 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-03-01 20:40:54 (GMT)
commit4b219ce81ed04234648a4ce4f0cb0865818abb38 (patch)
tree43d7c14161d763c8d257af45b95e4463cea854dd /Misc
parentbda918bf65a88560ec453aaba0758a9c0d49b449 (diff)
downloadcpython-4b219ce81ed04234648a4ce4f0cb0865818abb38.zip
cpython-4b219ce81ed04234648a4ce4f0cb0865818abb38.tar.gz
cpython-4b219ce81ed04234648a4ce4f0cb0865818abb38.tar.bz2
bpo-36043: FileCookieJar supports os.PathLike (GH-11945)
https://bugs.python.org/issue36043
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-02-19-19-53-46.bpo-36043.l867v0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-02-19-19-53-46.bpo-36043.l867v0.rst b/Misc/NEWS.d/next/Library/2019-02-19-19-53-46.bpo-36043.l867v0.rst
new file mode 100644
index 0000000..f4911a0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-02-19-19-53-46.bpo-36043.l867v0.rst
@@ -0,0 +1 @@
+:class:`FileCookieJar` supports :term:`path-like object`. Contributed by Stéphane Wirtel