mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext (#262)
This commit is contained in:
committed by
Guido van Rossum
parent
49000ccc5e
commit
0bfa0636e1
2
third_party/2.7/six/moves/__init__.pyi
vendored
2
third_party/2.7/six/moves/__init__.pyi
vendored
@@ -23,8 +23,10 @@ from itertools import izip_longest as zip_longest
|
||||
import six.moves.cPickle as cPickle
|
||||
import HTMLParser as html_parser
|
||||
import htmlentitydefs as html_entities
|
||||
import httplib as http_client
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
import six.moves.urllib as urllib
|
||||
import six.moves.urllib_robotparser as urllib_robotparser
|
||||
|
||||
|
||||
1
third_party/3/six/moves/__init__.pyi
vendored
1
third_party/3/six/moves/__init__.pyi
vendored
@@ -26,6 +26,7 @@ from itertools import zip_longest as zip_longest
|
||||
import six.moves.cPickle as cPickle
|
||||
import html.parser as html_parser
|
||||
import html.entities as html_entities
|
||||
import http.client as http_client
|
||||
|
||||
import six.moves.urllib_parse as urllib_parse
|
||||
import six.moves.urllib_error as urllib_error
|
||||
|
||||
Reference in New Issue
Block a user