cpython/Misc/NEWS.d/next
Vo Hoang Long 0d4c7fcd4f
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
Co-authored-by: Long Vo <long.vo@linecorp.com>
2023-02-22 00:14:41 +09:00
..
Build gh-99942: correct the pkg-config/python-config flags for cygwin/android 2023-02-16 17:57:59 +00:00
C API gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912) 2023-02-20 14:56:48 +00:00
Core and Builtins gh-102056: Fix a few bugs in error handling of exception printing code (#102078) 2023-02-20 22:16:09 +00:00
Documentation gh-85417: Clarify behaviour on branch cuts in cmath module (#102046) 2023-02-19 19:15:44 +00:00
IDLE
Library gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) 2023-02-22 00:14:41 +09:00
Security gh-99108: Import SHA2-384/512 from HACL* (#101707) 2023-02-14 01:25:16 -08:00
Tests gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (#101841) 2023-02-11 22:07:52 -08:00
Tools-Demos
Windows gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882) 2023-02-16 14:52:24 +00:00
macOS