commit | dd3c83734d82eb2434079dccba62d8b2cfebe728 | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Sun Oct 03 16:27:09 2004 +0000 |
committer | Just van Rossum <just@letterror.com> | Sun Oct 03 16:27:09 2004 +0000 |
tree | e299b96c6b8ced78635f7a022ba730dccc5ea6b1 | |
parent | 1cbf206d322ad1fac12b4bb5a64d501ca021a61d [diff] [blame] |
added plistlib news item
diff --git a/Misc/NEWS b/Misc/NEWS index a382e70..cafb04a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -145,7 +145,9 @@ Mac --- -... +- ``plistlib`` now supports non-dict root objects. There is also a new + interface for reading and writing plist files: ``readPlist(pathOrFile)`` + and ``writePlist(rootObject, pathOrFile)`` New platforms -------------