[Zope3-checkins] CVS: Zope3/src/zope/xmlpickle - ppml.py:1.5.4.4
Fred L. Drake, Jr.
fred at zope.com
Fri Sep 12 11:13:52 EDT 2003
Update of /cvs-repository/Zope3/src/zope/xmlpickle
In directory cvs.zope.org:/tmp/cvs-serv14473
Modified Files:
Tag: parentgeddon-branch
ppml.py
Log Message:
added note about non-support of protocol 2 pickles (new in Python 2.3)
=== Zope3/src/zope/xmlpickle/ppml.py 1.5.4.3 => 1.5.4.4 ===
--- Zope3/src/zope/xmlpickle/ppml.py:1.5.4.3 Fri Sep 12 10:00:53 2003
+++ Zope3/src/zope/xmlpickle/ppml.py Fri Sep 12 11:13:50 2003
@@ -12,6 +12,10 @@
##############################################################################
"""Provide conversion between Python pickles and XML."""
+# XXX This doesn't work properly for protocol 2 pickles yet; that
+# still needs to be dealt with. Particular issues that need to be
+# addressed involve supporting the changes for new-style objects.
+
import base64
import marshal
import re
More information about the Zope3-Checkins
mailing list