summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorRam Rachum <ram@rachum.com>2019-11-02 16:46:24 (GMT)
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2019-11-02 16:46:24 (GMT)
commit8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da (patch)
treeff35d9acb7b1a8d9c5bd27861f1b610f9f92fd4f /Misc/NEWS.d
parentd0d9f7cfa36bafa4e1d9e73eb08835180d376df1 (diff)
downloadcpython-8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da.zip
cpython-8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da.tar.gz
cpython-8d4fef4ee2a318097f429cf6cbd4fb2e430bb9da.tar.bz2
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Whenever I use `path.suffix` I have to check again whether it includes the dot or not. I decided to add it to the docstring so I won't have to keep checking. https://bugs.python.org/issue38422 Automerge-Triggered-By: @pitrou
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-10-09-18-16-51.bpo-38422.aiM5bq.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-09-18-16-51.bpo-38422.aiM5bq.rst b/Misc/NEWS.d/next/Library/2019-10-09-18-16-51.bpo-38422.aiM5bq.rst
new file mode 100644
index 0000000..0958fe2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-10-09-18-16-51.bpo-38422.aiM5bq.rst
@@ -0,0 +1 @@
+Clarify docstrings of pathlib suffix(es)