File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -1773,6 +1773,14 @@ Others
1773
1773
(*ssl_context * in :mod: `imaplib `) instead.
1774
1774
(Contributed by Victor Stinner in :gh: `94172 `.)
1775
1775
1776
+ * Remove ``Jython `` compatibility hacks from several stdlib modules and tests.
1777
+ (Contributed by Nikita Sobolev in :gh: `99482 `.)
1778
+
1779
+ * Remove ``_use_broken_old_ctypes_structure_semantics_ `` flag
1780
+ from :mod: `ctypes ` module.
1781
+ (Contributed by Nikita Sobolev in :gh: `99285 `.)
1782
+
1783
+
1776
1784
.. _whatsnew312-porting-to-python312 :
1777
1785
1778
1786
Porting to Python 3.12
@@ -2424,10 +2432,3 @@ Removed
2424
2432
2425
2433
* Remove the ``PyUnicode_InternImmortal() `` function macro.
2426
2434
(Contributed by Victor Stinner in :gh: `85858 `.)
2427
-
2428
- * Remove ``Jython `` compatibility hacks from several stdlib modules and tests.
2429
- (Contributed by Nikita Sobolev in :gh: `99482 `.)
2430
-
2431
- * Remove ``_use_broken_old_ctypes_structure_semantics_ `` flag
2432
- from :mod: `ctypes ` module.
2433
- (Contributed by Nikita Sobolev in :gh: `99285 `.)
You can’t perform that action at this time.
0 commit comments