-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `CompleteDirs` and `FastLookup` (Python 3.8+). * Add `Path.root` (Python 3.8+). * Use concrete signature for `Path.open()` (Python 3.8). * Fix signature of `Path.open()` for Python 3.9+: + Add overloads for text and binary modes with fixed return types. + Disallow extra arguments for binary modes. + Replace `*args` and `**kwargs` with accepted arguments for text modes. Closes: #10847
- Loading branch information
Showing
2 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters