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 skip.montanaro
Recipients brett.cannon, eric.smith, skip.montanaro
Date 2007-09-17.20:25:40
SpamBayes Score 0.1572663
Marked as misclassified No
Message-id <18158.58041.240092.984127@montanaro.dyndns.org>
In-reply-to <bbaeab100709170912v712686aeh3ebc2d68de421924@mail.gmail.com>
Content
Brett> In terms of strptime, I would just change _strptime.strptime() to
    Brett> _strptime._strptime() and have it return everything along with
    Brett> the microseconds measurement.  Then have public functions that
    Brett> call that function and either strip off the microseconds or not.

Sounds good.  I'll work that into my patch(es).

Skip
History
Date User Action Args
2007-09-17 20:25:40skip.montanarosetspambayes_score: 0.157266 -> 0.1572663
recipients: + skip.montanaro, brett.cannon, eric.smith
2007-09-17 20:25:40skip.montanarolinkissue1158 messages
2007-09-17 20:25:40skip.montanarocreate