summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-11-29-00-15-59.gh-issue-125413.WCN0vv.rst
blob: b56a77b4294ace0251ec39c14988a5d9bcce5c76 (plain)
1
2
3
Revert addition of :meth:`!pathlib.Path.scandir`. This method was added in
3.14.0a2. The optimizations remain for file system paths, but other
subclasses should only have to implement :meth:`pathlib.Path.iterdir`.