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 loewis
Recipients loewis
Date 2007-08-29.08:43:50
SpamBayes Score 0.6277254
Marked as misclassified No
Message-id <1188377030.9.0.393410939189.issue1055@psf.upfronthosting.co.za>
In-reply-to
Content
In r57374, the ParseTuple string for datetime_strptime was changed from
ss:datetime to uu:datetime, without adjusting the output arguments. It's
not clear to me what the rationale of this change was; it is incorrect
as u outputs Py_UNICODE, not char.
History
Date User Action Args
2007-08-29 08:43:51loewissetspambayes_score: 0.627725 -> 0.6277254
recipients: + loewis
2007-08-29 08:43:50loewissetspambayes_score: 0.627725 -> 0.627725
messageid: <1188377030.9.0.393410939189.issue1055@psf.upfronthosting.co.za>
2007-08-29 08:43:50loewislinkissue1055 messages
2007-08-29 08:43:50loewiscreate