[Python-checkins] python/dist/src/Lib/plat-mac plistlib.py, 1.9, 1.10

jvr at users.sourceforge.net jvr at users.sourceforge.net
Mon Oct 25 18:10:57 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/plat-mac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22724

Modified Files:
	plistlib.py 
Log Message:
Updated doc strings.

Index: plistlib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/plistlib.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- plistlib.py	25 Oct 2004 16:09:10 -0000	1.9
+++ plistlib.py	25 Oct 2004 16:10:53 -0000	1.10
@@ -253,8 +253,7 @@
 
 class Dict(dict):
 
-    """Convenience dictionary subclass: it allows dict construction using
-    keyword arguments (just like dict() in 2.3) as well as attribute notation
+    """Convenience dictionary subclass: it allows attribute notation
     to retrieve values, making d.foo equivalent to d["foo"].
     """
 
@@ -277,7 +276,7 @@
 
 class Plist(Dict):
 
-    """This class has been deprecated! Use the Dict with readPlist() and
+    """This class has been deprecated. Use the Dict with readPlist() and
     writePlist() functions instead.
     """
 



More information about the Python-checkins mailing list