diff options
author | Jon Janzen <jjjonjanzen@gmail.com> | 2019-09-09 14:13:43 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2019-09-09 14:13:43 (GMT) |
commit | 24b11b8c95e96cf9c93fb7fc253e6e96506f2d77 (patch) | |
tree | a9d8f8d695e33f0edee7a437895ad036fd78e731 /Misc | |
parent | c638521dbf8862d63151e4b984c9b586a954db4c (diff) | |
download | cpython-24b11b8c95e96cf9c93fb7fc253e6e96506f2d77.zip cpython-24b11b8c95e96cf9c93fb7fc253e6e96506f2d77.tar.gz cpython-24b11b8c95e96cf9c93fb7fc253e6e96506f2d77.tar.bz2 |
bpo-38053 Update documentation for plistlib (GH-15727)
* Update documentation for plistlib
- Update "Mac OS X" to "Apple" since plists are used more widely than just macOS
- Re-add the UID class documentation (oops, removed in GH-15615)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-09-07-19-09-01.bpo-38053.lttibE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-09-07-19-09-01.bpo-38053.lttibE.rst b/Misc/NEWS.d/next/Documentation/2019-09-07-19-09-01.bpo-38053.lttibE.rst new file mode 100644 index 0000000..bc0a987 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-09-07-19-09-01.bpo-38053.lttibE.rst @@ -0,0 +1 @@ +Modernized the plistlib documentation
\ No newline at end of file |