🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:07:12 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
python3.9
/
site-packages
/
idna
📍 /usr/lib/python3.9/site-packages/idna
🔄 Refresh
✏️
Editing: compat.py
Read Only
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")
💾 Save Changes
❌ Cancel