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 baloan
Recipients baloan, christian.heimes, mdt, wangchun, zseil
Date 2009-04-01.20:05:09
SpamBayes Score 0.01275478
Marked as misclassified No
Message-id <1238616310.68.0.597590548721.issue1982@psf.upfronthosting.co.za>
In-reply-to
Content
- a_datetime.replace(microsecond = 1)
+ a_datetime = a_datetime.replace(microsecond = 1)

Thanks for spotting the bug.
History
Date User Action Args
2009-04-01 20:05:11baloansetrecipients: + baloan, zseil, christian.heimes, wangchun, mdt
2009-04-01 20:05:10baloansetmessageid: <1238616310.68.0.597590548721.issue1982@psf.upfronthosting.co.za>
2009-04-01 20:05:09baloanlinkissue1982 messages
2009-04-01 20:05:09baloancreate