]> granicus.if.org Git - python/commit
Bite the bullet on all the indirect timetz and datetimetz tzinfo methods:
authorTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 21:28:52 +0000 (21:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 21:28:52 +0000 (21:28 +0000)
commite39a80c362869a4262d7af78be365b38c57ae904
tree69ac5b36682ca9caf1f367e301d43f96702a42ef
parenta37e5cce4b3a8c3fdd5f85b7a81428e5ef6dc285
Bite the bullet on all the indirect timetz and datetimetz tzinfo methods:
make the callers figure out the right tzinfo arguments to pass, instead of
making the callees guess.  The code is uglier this way, but it's less
brittle (when the callee guesses, the caller can get surprised).
Modules/datetimemodule.c