requests packages

This commit is contained in:
AdeHub
2019-07-14 20:46:19 +12:00
parent a8a53353ee
commit cf85d94a37
102 changed files with 30260 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
from .core import *
from .codec import *
def ToASCII(label):
return encode(label)
def ToUnicode(label):
return decode(label)
def nameprep(s):
raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")