cpython/Misc/NEWS.d/next
Mark Shannon 944fffee89
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
* Stores all location info in linetable to conform to PEP 626.

* Remove column table from code objects.

* Remove end-line table from code objects.

* Document new location table format
2022-04-21 16:10:37 +01:00
..
Build gh-91731: Build Python with -std=c11 (#91733) 2022-04-20 13:19:05 +02:00
C API gh-91020: Add PyBytes_Type.tp_alloc for subclass (GH-91686) 2022-04-20 14:06:29 +09:00
Core and Builtins GH-88116: Use a compact format to represent end line and column offsets. (GH-91666) 2022-04-21 16:10:37 +01:00
Documentation Remove ill-formed an unneeded news entry (GH-91657) 2022-04-18 00:27:41 -05:00
IDLE Python 3.11.0a6 2022-03-07 12:32:18 +00:00
Library bpo-42066: CookieJar cookies should not be sorted (GH-22745) 2022-04-20 20:45:24 -05:00
macOS Python 3.11.0a7 2022-04-05 20:54:03 +01:00
Security Python 3.11.0a1 2021-10-05 13:44:05 +01:00
Tests gh-91265: Make old ctypes.macholib tests runned by python -m test (gh-32094) 2022-04-18 09:27:09 +02:00
Tools-Demos Add some information about where pynche has moved to (#91650) 2022-04-18 07:34:53 -07:00
Windows bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) 2022-04-19 17:36:51 +01:00