mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Move __future__ module into 2and3 (#1140)
* Merge __future__ * Move __future__ into 2and3
This commit is contained in:
committed by
Matthias Kramm
parent
26f5ffd5ba
commit
8401fc6838
@@ -1,13 +0,0 @@
|
||||
from sys import _version_info
|
||||
|
||||
class _Feature:
|
||||
def getOptionalRelease(self) -> _version_info: ...
|
||||
def getMandatoryRelease(self) -> _version_info: ...
|
||||
|
||||
absolute_import = ... # type: _Feature
|
||||
division = ... # type: _Feature
|
||||
generators = ... # type: _Feature
|
||||
nested_scopes = ... # type: _Feature
|
||||
print_function = ... # type: _Feature
|
||||
unicode_literals = ... # type: _Feature
|
||||
with_statement = ... # type: _Feature
|
||||
Reference in New Issue
Block a user