This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, jwm, loewis
Date 2009-05-02.20:22:01
SpamBayes Score 0.0060454863
Marked as misclassified No
Message-id <1241295723.82.0.990622131776.issue5907@psf.upfronthosting.co.za>
In-reply-to
Content
Also, the 2.5 behavior was not up to spec either: after eval() you get a
simple tuple, while the object before was a time.struct_time object.

(True, you can pass these tuples to the time functions, but an
eval()able repr() should reproduce the object exactly.)
History
Date User Action Args
2009-05-02 20:22:04georg.brandlsetrecipients: + georg.brandl, loewis, jwm
2009-05-02 20:22:03georg.brandlsetmessageid: <1241295723.82.0.990622131776.issue5907@psf.upfronthosting.co.za>
2009-05-02 20:22:02georg.brandllinkissue5907 messages
2009-05-02 20:22:02georg.brandlcreate