]> granicus.if.org Git - python/commit
"Premature" doc changes, for new astimezone() rules, and the new
authorTim Peters <tim.peters@gmail.com>
Wed, 22 Jan 2003 04:45:50 +0000 (04:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 22 Jan 2003 04:45:50 +0000 (04:45 +0000)
commitf196a0a4dde4327dddda49c194ca5cc28c0db1f5
treef9735bce70d213cc52dd279324c65debd6a42fa6
parent51f3f1b7dce6d054891faf9959fc493e66e9f684
"Premature" doc changes, for new astimezone() rules, and the new
tzinfo.fromutc() method.  The C code doesn't implement any of this
yet (well, not the C code on the machine I'm using now), nor does
the test suite reflect it.  The Python datetime.py implementation and
test suite in the sandbox do match these doc changes.  The C
implementation probably won't catch up before Thursday (Wednesday is
a scheduled "black hole" day this week <0.4 wink>).
Doc/lib/libdatetime.tex
Doc/lib/tzinfo-examples.py
Misc/NEWS