diff options
| author | Just van Rossum <just@letterror.com> | 2004-10-03 16:27:09 +0000 |
|---|---|---|
| committer | Just van Rossum <just@letterror.com> | 2004-10-03 16:27:09 +0000 |
| commit | dd3c83734d82eb2434079dccba62d8b2cfebe728 (patch) | |
| tree | e299b96c6b8ced78635f7a022ba730dccc5ea6b1 | |
| parent | 1cbf206d322ad1fac12b4bb5a64d501ca021a61d (diff) | |
| download | cpython-git-dd3c83734d82eb2434079dccba62d8b2cfebe728.tar.gz | |
added plistlib news item
| -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 ------------- |
