mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Backport platform specific code to python2 (#6772)
This commit is contained in:
@@ -1 +1,4 @@
|
||||
def crypt(word: str, salt: str) -> str: ...
|
||||
import sys
|
||||
|
||||
if sys.platform != "win32":
|
||||
def crypt(word: str, salt: str) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user