]> granicus.if.org Git - python/commit
Jeremy writes:
authorGuido van Rossum <guido@python.org>
Sun, 10 Oct 1999 21:14:25 +0000 (21:14 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 10 Oct 1999 21:14:25 +0000 (21:14 +0000)
commit08a92cb56874537b88a224e9fcd6a3d89a5a703b
tree7e03427bf8bce182a7024d69fc265aeeb3bef22c
parentc4eb6a6afd7d3a1e0c13b6b021f3bd91e3b47fd7
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).
Lib/pickle.py