mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
rfc3986
This commit is contained in:
@@ -25,6 +25,7 @@ pytest-mypy = "*"
|
||||
white = {version="*"}
|
||||
"e1839a8" = {path = ".", editable = true, extras=["socks"]}
|
||||
mypy = "==0.540"
|
||||
"rfc3986" = "*"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
@@ -35,6 +35,7 @@ from urllib.request import (
|
||||
from http import cookiejar as cookielib
|
||||
from http.cookies import Morsel
|
||||
from io import StringIO
|
||||
from collections import OrderedDict
|
||||
|
||||
builtin_str = str # type: ignore
|
||||
str = str # type: ignore
|
||||
|
||||
@@ -8,7 +8,7 @@ Data structures that power Requests.
|
||||
|
||||
import collections
|
||||
|
||||
from .compat import basestring, OrderedDict
|
||||
from .basics import basestring, OrderedDict
|
||||
|
||||
|
||||
class CaseInsensitiveDict(collections.MutableMapping):
|
||||
|
||||
Reference in New Issue
Block a user