Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
python-3.8
/
usr
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
idna
/
//proc/212/root/opt/python-3.8/usr/lib/python3.8/site-packages/pip/_vendor/idna/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")