X7ROOT File Manager
Current Path:
/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/idna
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
pip
/
_vendor
/
idna
/
ðŸ“
..
📄
__init__.py
(58 B)
ðŸ“
__pycache__
📄
codec.py
(3.22 KB)
📄
compat.py
(232 B)
📄
core.py
(11.67 KB)
📄
idnadata.py
(41.36 KB)
📄
intranges.py
(1.71 KB)
📄
package_data.py
(22 B)
📄
uts46data.py
(197.35 KB)
Editing: compat.py
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")
Upload File
Create Folder