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.

作者 zseil
收信人
日期 2007-03-06.18:39:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
I don't think that this is a good solution; datetime
is not the only module that does an import in such a
way (even some parts of typeobject.c are doing imports).
Note that some of the functions in time module that
datetime is calling are actually implemented in Python
and are also imported.

Your patch also introduces a memory leak (the time module
is never decrefed) and is missing tests.
历史
日期 用户 动作 参数
2007-08-23 15:55:06admin链接issue1578643 messages
2007-08-23 15:55:06admin创建