cpython/Doc/whatsnew
Barney Gale e4ff131e01
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829)
On Windows, `os.path.isabs()` now returns `False` when given a path that
starts with exactly one (back)slash. This is more compatible with other
functions in `os.path`, and with Microsoft's own documentation.

Also adjust `pathlib.PureWindowsPath.is_absolute()` to call
`ntpath.isabs()`, which corrects its handling of partial UNC/device paths
like `//foo`.

Co-authored-by: Jon Foster <jon@jon-foster.co.uk>
2024-01-13 07:36:05 +00:00
..
2.0.rst gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752) 2024-01-09 10:18:15 +02:00
2.1.rst gh-101100: Improve documentation on function attributes (#112933) 2023-12-11 12:00:42 +02:00
2.2.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
2.3.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
2.4.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
2.5.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
2.6.rst gh-101100: Fix Sphinx warnings for 2.6 port-specific deprecations (#113752) 2024-01-09 10:18:15 +02:00
2.7.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
3.0.rst gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725) 2024-01-05 13:31:28 +00:00
3.1.rst gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) 2023-08-22 15:50:30 +03:00
3.2.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.3.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
3.4.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.5.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.6.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.7.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.8.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.9.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.10.rst gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739) 2024-01-05 19:15:07 +00:00
3.11.rst gh-101100: Fix Sphinx warnings for removed dead batteries (#113669) 2024-01-03 13:04:26 +00:00
3.12.rst # gh-111700: Fix syntax highlighting for C code in the "What's New In Python 3.12" documentation (#113609) 2024-01-01 10:08:05 +02:00
3.13.rst GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#113829) 2024-01-13 07:36:05 +00:00
changelog.rst Include additional changes to support blurbified NEWS (#3340) 2017-09-05 00:46:18 -07:00
index.rst Fix whatsnew for 3.13. (GH-104756) 2023-05-22 16:05:27 -04:00