PEP 495: Updated the datetime.h link.
This commit is contained in:
parent
8954f5daa5
commit
b94d931923
|
@ -301,7 +301,7 @@ the only bytes that are checked by the current unpickle code. Thus
|
||||||
loading post-PEP ``fold=1`` pickles in a pre-PEP Python will result in
|
loading post-PEP ``fold=1`` pickles in a pre-PEP Python will result in
|
||||||
an exception rather than an instance with out of range components.
|
an exception rather than an instance with out of range components.
|
||||||
|
|
||||||
.. _current implementation: https://hg.python.org/cpython/file/d3b20bff9c5d/Include/datetime.h#l17
|
.. _current implementation: https://hg.python.org/cpython/file/v3.5.0/Include/datetime.h#l10
|
||||||
|
|
||||||
|
|
||||||
Implementations of tzinfo in the Standard Library
|
Implementations of tzinfo in the Standard Library
|
||||||
|
|
Loading…
Reference in New Issue