PEP 495: Updated the datetime.h link.

This commit is contained in:
Alexander Belopolsky 2015-09-20 23:23:49 -04:00
parent 8954f5daa5
commit b94d931923
1 changed files with 1 additions and 1 deletions

View File

@ -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
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