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 zseil
Recipients
Date 2007-03-06.18:39:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:55:06adminlinkissue1578643 messages
2007-08-23 15:55:06admincreate