[Python-checkins] python/dist/src/Misc NEWS,1.1150,1.1151

jvr at users.sourceforge.net jvr at users.sourceforge.net
Sun Oct 3 18:27:11 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv467

Modified Files:
	NEWS 
Log Message:
added plistlib news item

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -d -r1.1150 -r1.1151
--- NEWS	3 Oct 2004 15:55:09 -0000	1.1150
+++ NEWS	3 Oct 2004 16:27:09 -0000	1.1151
@@ -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
 -------------



More information about the Python-checkins mailing list