mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 11:02:07 +08:00
Add back six.moves.cStringIO (Python 3) (#4490)
This was accidentally removed in #4287.
This commit is contained in:
2
third_party/3/six/moves/__init__.pyi
vendored
2
third_party/3/six/moves/__init__.pyi
vendored
@@ -6,7 +6,7 @@ from builtins import filter as filter, input as input, map as map, range as rang
|
||||
from collections import UserDict as UserDict, UserList as UserList, UserString as UserString
|
||||
from functools import reduce as reduce
|
||||
from importlib import reload as reload_module
|
||||
from io import StringIO as StringIO
|
||||
from io import StringIO as StringIO, StringIO as cStringIO
|
||||
from itertools import filterfalse as filterfalse, zip_longest as zip_longest
|
||||
from os import getcwd as getcwd, getcwdb as getcwdb
|
||||
from shlex import quote as shlex_quote
|
||||
|
||||
Reference in New Issue
Block a user