]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
classify_object(): Renamed more meaningfully, to classify_utcoffset().
authorTim Peters <tim.peters@gmail.com>
Sun, 22 Dec 2002 18:10:22 +0000 (18:10 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 22 Dec 2002 18:10:22 +0000 (18:10 +0000)
commit14b6941197ca0368f78be6d87169047245f915b8
tree937f56c21d770b0efa07c8d78a8359f63e3fe4a1
parent855fe88b241a512d21b7c716fcae88331ae50a98
classify_object():  Renamed more meaningfully, to classify_utcoffset().
Also changed logic so that instances of user-defined subclasses of date,
time, and datetime are called OFFSET_NAIVE instead of OFFSET_UNKNOWN.
Modules/datetimemodule.c