Eric Traut
|
c4d8507ff7
|
Removed unused import symbols from stdlib stubs and fixed a few other errors detected by pyright. I did a similar pass several months ago; these were introduced since then. (#4803)
Co-authored-by: Eric Traut <erictr@microsoft.com>
|
2020-12-06 18:44:18 +01:00 |
|
Sebastian Rittau
|
4603728a15
|
Clean up files with former forced consistency (#4717)
Replace Text with str in Python 3 code
|
2020-10-27 07:52:35 +01:00 |
|
Dave Halter
|
5c69373890
|
macpath, os/path, posixpath and ntpath should basically be the same files (#2637)
|
2018-12-17 15:02:18 +01:00 |
|
Ethan Smith
|
e9600db2ec
|
Remove symlinks! (#2132)
|
2018-05-15 15:18:59 -04:00 |
|
Jelle Zijlstra
|
77af85649b
|
Revert "Sadly symlinks don't work on Windows. (#1173)" (#1189)
This reverts commit 8b835f9500.
(Because we've fixed the issue in python/mypy#3213.)
|
2017-04-21 16:25:10 -07:00 |
|
Guido van Rossum
|
8b835f9500
|
Sadly symlinks don't work on Windows. (#1173)
So I have to make {ntpath,macpath}.pyi real copies of posixpath.pyi.
|
2017-04-18 11:55:02 -07:00 |
|
Teddy Sudol
|
194c4c6eb0
|
Add stubs for *path.pyi in Python 3 stdlib (#1167)
|
2017-04-17 13:07:21 -07:00 |
|