Tim Peters
|
2483b61e03
|
Added note about technical pickle limitation on tzinfo instances.
|
2002-12-24 16:30:58 +00:00 |
Tim Peters
|
1cff9fc97c
|
tzinfo.{utcoffset,dst} can return timedelta (or integer or None).
{timetz,datetimetz}.{uctcoffset,dst} do return timedelta (or None).
|
2002-12-24 16:25:29 +00:00 |
Tim Peters
|
12bf339aea
|
Implemented .replace() methods for date, datetime, datetimetz, time and
timetz.
|
2002-12-24 05:41:27 +00:00 |
Tim Peters
|
29fb9c7e07
|
Brought the strftime explanation into synch with the plain-text sandbox
docs, and moved its section to the end (before the "C API" section,
which latter doesn't really belong in the Library manual).
|
2002-12-23 22:21:52 +00:00 |
Fred Drake
|
bbdb250862
|
Lots of markup changes. This is still pretty sad, but passes LaTeX
and is mostly readable.
|
2002-12-23 18:58:06 +00:00 |
Andrew M. Kuchling
|
ca2623a2f9
|
Check in current, unfinished, draft of datetime docs
(Fred, don't bother to add to lib.tex or to proofread this yet.)
|
2002-12-18 14:59:11 +00:00 |