summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-02-25 19:33:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-02-25 19:33:02 (GMT)
commitef85119618e7ba7717a36172675a7d4d5aef4954 (patch)
tree1fb55d88f756cf329a95900c4fa4af840b2ab94b /Misc/NEWS
parent5df7dc53dc91ddf0ad344f6901aaf8d9eda173c3 (diff)
downloadcpython-ef85119618e7ba7717a36172675a7d4d5aef4954.zip
cpython-ef85119618e7ba7717a36172675a7d4d5aef4954.tar.gz
cpython-ef85119618e7ba7717a36172675a7d4d5aef4954.tar.bz2
Issue #20765: Add missing documentation for PurePath.with_name() and PurePath.with_suffix().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f9c981..b11cd2e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,12 @@ Library
- Issue #19748: On AIX, time.mktime() now raises an OverflowError for year
outsize range [1902; 2037].
+Documentation
+-------------
+
+- Issue #20765: Add missing documentation for PurePath.with_name() and
+ PurePath.with_suffix().
+
Tests
-----