cpython/Misc/NEWS.d/next/Library
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
..
2020-08-02-23-46-22.bpo-41260.Q2BNzY.rst bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH-21712) 2022-11-25 09:21:25 +00:00
2022-08-06-12-18-07.gh-issue-88863.NnqsuJ.rst gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raises (#95739) 2022-11-22 07:06:20 -08:00
2022-09-14-21-56-15.gh-issue-96828.ZoOY5G.rst gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830) 2022-11-23 18:24:09 -08:00
2022-11-02-23-47-07.gh-issue-99029.7uCiIB.rst gh-99029: Fix handling of `PureWindowsPath('C:\<blah>').relative_to('C:')` (GH-99031) 2022-11-25 11:15:57 -08:00
2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233) 2022-11-24 17:54:18 +05:30
2022-11-08-15-54-43.gh-issue-99240.MhYwcz.rst gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) 2022-11-24 06:01:26 -08:00
2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst gh-99201: fix IndexError when initializing sysconfig config variables 2022-11-19 20:47:09 +00:00
2022-11-09-12-36-12.gh-issue-99284.9p4J2l.rst gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-99285) 2022-11-18 22:25:32 -08:00
2022-11-13-02-06-56.gh-issue-99341.8-OlwB.rst gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422) 2022-11-22 02:41:14 -08:00
2022-11-14-08-21-56.gh-issue-99388.UWSlwp.rst GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462) 2022-11-14 10:18:51 -08:00
2022-11-15-04-08-25.gh-issue-92647.cZcjnJ.rst gh-92647: [Enum] use final status to determine lookup or create (GH-99500) 2022-11-15 08:49:22 -08:00
2022-11-15-10-55-24.gh-issue-97001.KeQuVF.rst GH-97001: Release GIL in termios extension (#99503) 2022-11-22 11:14:23 +01:00
2022-11-21-10-45-54.gh-issue-99508.QqVbby.rst closes gh-99508: fix `TypeError` in `Lib/importlib/_bootstrap_external.py` (GH-99635) 2022-11-23 16:47:31 -06:00
2022-11-21-13-49-03.gh-issue-99645.9w1QKq.rst gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646) 2022-11-22 17:49:37 +02:00
2022-11-22-19-31-26.gh-issue-79033.MW6kHq.rst GH-79033: Fix asyncio.Server.wait_closed() (#98582) 2022-11-24 08:32:58 -07:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/