cpython/Misc/NEWS.d/next
Barney Gale ae234fbc5c
gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (GH-99031)
`relative_to()` now treats naked drive paths as relative. This brings its
behaviour in line with other parts of pathlib, and with `ntpath.relpath()`,
and so allows us to factor out the pathlib-specific implementation.
2022-11-25 11:15:57 -08:00
..
Build gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047) 2022-11-24 01:04:19 -08:00
C API gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014) 2022-11-22 08:25:43 +01:00
Core and Builtins bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688) 2022-11-25 12:55:26 +00:00
Documentation GH-92892: Add section about variadic functions to ctypes documentation (#99529) 2022-11-22 11:33:37 +01:00
IDLE Python 3.12.0a1 2022-10-25 00:08:22 +02:00
Library gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (GH-99031) 2022-11-25 11:15:57 -08:00
Security Merge the 3.12.0a2 release into main. 2022-11-15 13:38:09 +01:00
Tests gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660) 2022-11-21 21:44:17 +01:00
Tools-Demos gh-64490: Fix bugs in argument clinic varargs processing (#32092) 2022-11-24 20:56:50 +01:00
Windows bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) 2022-11-25 17:39:48 +00:00
macOS gh-98940: Fix Mac/Extras.install.py File filter bug (#98943) 2022-11-16 10:17:18 +01:00