We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f46a5b commit ddd029bCopy full SHA for ddd029b
Doc/library/zoneinfo.rst
@@ -206,6 +206,9 @@ The ``ZoneInfo`` class has two alternate constructors:
206
207
Objects created via this constructor cannot be pickled (see `pickling`_).
208
209
+ :exc:`ValueError` is raised if the data read from *file_obj* is not a valid
210
+ TZif file.
211
+
212
.. classmethod:: ZoneInfo.no_cache(key)
213
214
An alternate constructor that bypasses the constructor's cache. It is
0 commit comments