mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Revert "bpo-30822: Fix testing of datetime module." (#2588)
* Revert "bpo-30854: Fix compile error when --without-threads (#2581)" This reverts commit0c31163093
. * Revert "NEWS for 30777 (#2576)" This reverts commitaaa917ff38
. * Revert "bpo-21624: IDLE -- minor htest fixes (#2575)" This reverts commit2000150c56
. * Revert "bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440)" This reverts commit7eb5883ac5
. * Revert "bpo-30319: socket.close() now ignores ECONNRESET (#2565)" This reverts commit67e1478dba
. * Revert "bpo-30789: Use a single memory block for co_extra. (#2555)" This reverts commit378ebb6578
. * Revert "bpo-30845: Enhance test_concurrent_futures cleanup (#2564)" This reverts commit3df9dec425
. * Revert "bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)" This reverts commit48350412b7
. * Revert "Remove outdated FOX from GUI FAQ (GH-2538)" This reverts commitd3ed2877a7
. * Revert "bpo-6691: Pyclbr now reports nested classes and functions. (#2503)" This reverts commit246ff3bd00
. * Revert "bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)" This reverts commit6969eaf468
. * Revert "bpo-30832: Remove own implementation for thread-local storage (#2537)" This reverts commitaa0aa0492c
. * Revert "bpo-30764: Fix regrtest --fail-env-changed --forever (#2536)" This reverts commit5e87592fd1
. * Revert "bpo-30822: Deduplicate ZoneInfoTest classes in test_datetime. (#2534)" This reverts commit34b54873b5
. * Revert "bpo-30822: Fix testing of datetime module. (#2530)" This reverts commit98b6bc3bf7
.
This commit is contained in:
parent
0c31163093
commit
8207c17486
4 changed files with 9 additions and 15 deletions
|
@ -2271,8 +2271,7 @@ else:
|
|||
_check_tzinfo_arg, _check_tzname, _check_utc_offset, _cmp, _cmperror,
|
||||
_date_class, _days_before_month, _days_before_year, _days_in_month,
|
||||
_format_time, _is_leap, _isoweek1monday, _math, _ord2ymd,
|
||||
_time, _time_class, _tzinfo_class, _wrap_strftime, _ymd2ord,
|
||||
_divide_and_round)
|
||||
_time, _time_class, _tzinfo_class, _wrap_strftime, _ymd2ord)
|
||||
# XXX Since import * above excludes names that start with _,
|
||||
# docstring does not get overwritten. In the future, it may be
|
||||
# appropriate to maintain a single module level docstring and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue