[Python-checkins] CVS: python/dist/src/Lib pickle.py
Guido van Rossum
guido@cnri.reston.va.us
1999年10月10日 17:14:26 -0400 (EDT)
Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib
Modified Files:
pickle.py
Log Message:
Jeremy writes:
I found the following patch helpful in tracking down a bug in some
code. I had appended time, the module, instead of time.time(). Not
sure if it is generally true that printing the repr of the object is
good, but I expect that most unpicklable things will have fairly
information and concise reprs (like files or sockets or modules).