cpython/Lib/test/test_zoneinfo
Miss Islington (bot) 33d3c64095
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876)
Prior to this change, attempting to subclass the C implementation of
zoneinfo.ZoneInfo gave the following error:

    TypeError: unbound method ZoneInfo.__init_subclass__() needs an argument

https://bugs.python.org/issue41025
(cherry picked from commit 87d8287865)

Co-authored-by: Paul Ganssle <paul@ganssle.io>
2020-08-14 11:18:24 -04:00
..
data
__init__.py
__main__.py
_support.py
test_zoneinfo.py bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965) (GH-21876) 2020-08-14 11:18:24 -04:00