[Checkins] SVN: persistent/trunk/ Note that _p_serial should be	bytes.
    Tres Seaver 
    cvs-admin at zope.org
       
    Fri Dec 14 00:21:21 UTC 2012
    
    
  
Log message for revision 128639:
  Note that _p_serial should be bytes.
Changed:
  _U  persistent/trunk/
  U   persistent/trunk/persistent/cPersistence.c
-=-
Modified: persistent/trunk/persistent/cPersistence.c
===================================================================
--- persistent/trunk/persistent/cPersistence.c	2012-12-14 00:21:20 UTC (rev 128638)
+++ persistent/trunk/persistent/cPersistence.c	2012-12-14 00:21:20 UTC (rev 128639)
@@ -1075,7 +1075,7 @@
         else
         {
             PyErr_SetString(PyExc_ValueError,
-                            "_p_serial must be an 8-character string");
+                            "_p_serial must be an 8-character bytes array");
             return -1;
         }
     }
    
    
More information about the checkins
mailing list