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`.
|