summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2004-10-03 16:27:09 +0000
committerJust van Rossum <just@letterror.com>2004-10-03 16:27:09 +0000
commitdd3c83734d82eb2434079dccba62d8b2cfebe728 (patch)
treee299b96c6b8ced78635f7a022ba730dccc5ea6b1
parent1cbf206d322ad1fac12b4bb5a64d501ca021a61d (diff)
downloadcpython-git-dd3c83734d82eb2434079dccba62d8b2cfebe728.tar.gz
added plistlib news item
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
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
-------------