Remark about datetime tzinfo examples.

This commit is contained in:
Tim Peters 2003-01-03 22:35:24 +00:00
parent 8827d0c338
commit 7702304885

View File

@ -37,6 +37,9 @@ Extension modules
was an unhelpfully redundant leftover from an earlier version wherein
they couldn't return a timedelta. TOOWTDI.
The example tzinfo class for local time had a bug. It was replaced
by a later example coded by Guido.
Library
-------