📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 03:15:58
📂
/ (Root)
/
usr
/
lib
/
python3
/
dist-packages
/
idna
📍 /usr/lib/python3/dist-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