mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 18:48:46 +08:00
Support for 'from six.moves import http_cookies' (#243)
This commit is contained in:
committed by
Guido van Rossum
parent
80a37f3f93
commit
917f99a01b
1
third_party/2.7/six/moves/__init__.pyi
vendored
1
third_party/2.7/six/moves/__init__.pyi
vendored
@@ -1,5 +1,6 @@
|
||||
# Provisional stubs for six.moves (Python 2.7)
|
||||
|
||||
import Cookie as http_cookies
|
||||
from cStringIO import StringIO as cStringIO
|
||||
from itertools import ifilter as filter
|
||||
from itertools import ifilterfalse as filterfalse
|
||||
|
||||
Reference in New Issue
Block a user