Files
cpython/Modules
Paul Ganssle 27b38b99b3 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
This fixes an inconsistency between the Python and C implementations of
the datetime module. The pure python version of the code was not
accepting offsets greater than 23:59 but less than 24:00. This is an
accidental legacy of the original implementation, which was put in place
before tzinfo allowed sub-minute time zone offsets.

GH-14878

(cherry picked from commit 92c7e30adf)
2019-08-15 15:08:57 -04:00
..
2019-07-05 15:00:43 -07:00
2019-06-18 21:55:59 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.