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 akira
Recipients akira, belopolsky, lemburg
Date 2014-09-17.04:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410927655.58.0.565878378381.issue22426@psf.upfronthosting.co.za>
In-reply-to
Content
My patch for issue22377 also fixes this bug.

With the patch applied. Both MSK and MSD are accepted if the new 
timezones parameter is false (default for Python 3.5, will be changed to 
True in Python 3.6

If timezones is True then MSD return a correct aware datetime object,
MSK is rejected.
History
Date User Action Args
2014-09-17 04:20:55akirasetrecipients: + akira, lemburg, belopolsky
2014-09-17 04:20:55akirasetmessageid: <1410927655.58.0.565878378381.issue22426@psf.upfronthosting.co.za>
2014-09-17 04:20:55akiralinkissue22426 messages
2014-09-17 04:20:55akiracreate