diff options
author | Just van Rossum <just@letterror.com> | 2004-10-03 16:27:09 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2004-10-03 16:27:09 (GMT) |
commit | dd3c83734d82eb2434079dccba62d8b2cfebe728 (patch) | |
tree | e299b96c6b8ced78635f7a022ba730dccc5ea6b1 /Misc/NEWS | |
parent | 1cbf206d322ad1fac12b4bb5a64d501ca021a61d (diff) | |
download | cpython-dd3c83734d82eb2434079dccba62d8b2cfebe728.zip cpython-dd3c83734d82eb2434079dccba62d8b2cfebe728.tar.gz cpython-dd3c83734d82eb2434079dccba62d8b2cfebe728.tar.bz2 |
added plistlib news item
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ------------- |