diff options
author | Paul Ganssle <git@m.ganssle.io> | 2023-03-23 14:36:47 (GMT) |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2023-05-03 09:09:45 (GMT) |
commit | 65c4a2b326086875ecbedf032204d1ff24ba74d7 (patch) | |
tree | 795e51769463ee73421daefc1602bc0a4e0b7f1f /Python | |
parent | 8d34031068ece75667260f6526d3165efe34e054 (diff) | |
download | cpython-65c4a2b326086875ecbedf032204d1ff24ba74d7.zip cpython-65c4a2b326086875ecbedf032204d1ff24ba74d7.tar.gz cpython-65c4a2b326086875ecbedf032204d1ff24ba74d7.tar.bz2 |
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
This breaks the tests, but we are keeping it as a separate commit so
that the move operation and editing of the moved files are separate, for
a cleaner history.
Diffstat (limited to 'Python')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 27f42e5..ed4a0ac 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -56,6 +56,7 @@ static const char* _Py_stdlib_module_names[] = { "_posixshmem", "_posixsubprocess", "_py_abc", +"_pydatetime", "_pydecimal", "_pyio", "_pylong", |