Skip to content
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into bpo_39337_new_3
* origin/master: (27 commits)
  bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
  bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
  bpo-41833: threading.Thread now uses the target name (GH-22357)
  bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
  bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
  bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
  bpo-41841: Prepare IDLE News for 3.10 (GH-22379)
  bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177)
  bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
  bpo-40941: Fix stackdepth compiler warnings (GH-22377)
  bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378)
  bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
  bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359)
  bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328)
  bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
  bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368)
  bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362)
  bpo-35764: Rewrite the IDLE Calltips doc section  (GH-22363)
  bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336)
  bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
  ...
  • Loading branch information
shihai1991 committed Sep 24, 2020
commit e29ec442799835dece5ed7196fac8660a8b8c796
8 changes: 8 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,17 @@ New Features
Python executable.
(Contributed by Victor Stinner in :issue:`23427`.)

* The :c:func:`PyDateTime_DATE_GET_TZINFO` and
:c:func:`PyDateTime_TIME_GET_TZINFO` macros have been added for accessing
the ``tzinfo`` attributes of :class:`datetime.datetime` and
:class:`datetime.time` objects.
(Contributed by Zackery Spytz in :issue:`30155`.)

* Add a c:func:`PyCodec_Unregister` to unregister a codec search function.
(Contributed by Hai Shi in :issue:`41842`.)

=======
Comment thread
shihai1991 marked this conversation as resolved.
Outdated

Porting to Python 3.10
----------------------

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.