cpython/Misc/NEWS.d/next
Kai Zhang e3d4fed074
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Before python3.11, when in a venv the zip path is calculated
from prefix on POSIX platforms. In python3.11 the behavior is
accidentally changed to calculating from default prefix. This
change will break venv created from a non-installed python
with a stdlib zip file. This commit restores the behavior back
to before python3.11.
2022-11-14 15:05:14 +00:00
..
Build gh-99289: Add COMPILEALL_OPTS to Makefile (#99291) 2022-11-14 13:43:45 +01:00
C API gh-98724: Fix Py_CLEAR() macro side effects (#99100) 2022-11-09 14:06:36 +01:00
Core and Builtins gh-99370: Calculate zip path from prefix when in a venv (GH-99371) 2022-11-14 15:05:14 +00:00
Documentation gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833) 2022-11-09 14:05:07 -08:00
IDLE Python 3.12.0a1 2022-10-25 00:08:22 +02:00
Library gh-96192: fix os.ismount() to use a path that is str or bytes (#96194) 2022-11-13 20:12:32 -08:00
Security gh-98433: Fix quadratic time idna decoding. (#99092) 2022-11-07 16:54:41 -08:00
Tests bpo-34272: Reorganize C API tests. (GH-8551) 2022-11-10 08:54:37 +02:00
Tools-Demos Python 3.12.0a1 2022-10-25 00:08:22 +02:00
Windows gh-98790: When DLLs directory is missing on Windows, assume executable_dir contains PYD files instead (GH-98936) 2022-11-02 18:38:40 +00:00
macOS gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639) 2022-10-25 12:49:44 +02:00