mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
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.
This commit is contained in:
parent
8d34031068
commit
65c4a2b326
4 changed files with 14 additions and 5 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
@ -56,6 +56,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_posixshmem",
|
||||
"_posixsubprocess",
|
||||
"_py_abc",
|
||||
"_pydatetime",
|
||||
"_pydecimal",
|
||||
"_pyio",
|
||||
"_pylong",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue