[Python-Dev] Draft PEP for time zone support. (original) (raw)

Christian Heimes christian at python.org
Fri Dec 14 12:01:32 CET 2012


Am 14.12.2012 09:31, schrieb Lennart Regebro:

1. Python will include a timezone database both in the source distribution and the Windows installer (although I suspect that binary packages for Linux distributions may skip this, but that's OK).

You need to specify the details. Where is the database stored and under which condition is it updated?

Suggestions:

Who is going to create the tzdata_update package, how is it compiled and how often should it be released?

One other thing, the zoneinfo database should be compatible with zipfile distributions. The module should be able to load the files from a stdlib zipfile. The feature is important for freeze, py2exe and py2app.

Christian



More information about the Python-Dev mailing list