diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-25 19:33:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-25 19:33:02 (GMT) |
commit | ef85119618e7ba7717a36172675a7d4d5aef4954 (patch) | |
tree | 1fb55d88f756cf329a95900c4fa4af840b2ab94b /Misc/NEWS | |
parent | 5df7dc53dc91ddf0ad344f6901aaf8d9eda173c3 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ----- |