[issue1516327] Module uuid: reduce pickle footprint

2007-11-01 Thread Guido van Rossum
Guido van Rossum added the comment: No clear problem, no patch. -- nosy: +gvanrossum resolution: -> wont fix status: open -> closed _ Tracker <[EMAIL PROTECTED]> _

[issue1516327] Module uuid: reduce pickle footprint

2007-10-31 Thread Mike Klaas
Mike Klaas added the comment: Is the footprint of UUID an issue? Note that changing the pickle format of UUID will require code that can unpickle both versions, for compatibility. I don't really see the need. Also, no real patch provided. -- nosy: +klaas