From: Just van Rossum Date: Sun, 3 Oct 2004 16:27:09 +0000 (+0000) Subject: added plistlib news item X-Git-Tag: v2.4b1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd3c83734d82eb2434079dccba62d8b2cfebe728;p=python added plistlib news item --- diff --git a/Misc/NEWS b/Misc/NEWS index a382e70086..cafb04ae0e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -145,7 +145,9 @@ Windows 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 -------------