[Python-Dev] datetime module and pytz with dateutil
Serhiy Storchaka
storchaka at gmail.com
Fri Mar 30 12:38:13 CEST 2012
28.03.12 23:20, Andrew Svetlov написав(ла):
> I figured out what pytz and dateutil are not mentioned in python docs
> for datetime module.
> It's clean why these libs is not a part of Python Libraries — but
> that's not clean for Docs.
I don't understand why Python may not include the pytz. The Olson tz
database is not part of pytz. Python can depend on a system tz database,
as it depends on libssl or libbz2, which also can be updated (for
security reasons) independently.
More information about the Python-Dev
mailing list