OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot-dns-digitalocean
/
4356
/
lib
/
python3.12
/
site-packages
/
setuptools
/
compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:18:03 PM
rwxr-xr-x
📄
__init__.py
0 bytes
06/12/2025 06:17:55 PM
rw-r--r--
📁
__pycache__
-
06/12/2025 06:18:03 PM
rwxr-xr-x
📄
py310.py
141 bytes
06/12/2025 06:17:55 PM
rw-r--r--
📄
py311.py
790 bytes
06/12/2025 06:17:55 PM
rw-r--r--
📄
py312.py
366 bytes
06/12/2025 06:17:55 PM
rw-r--r--
📄
py39.py
493 bytes
06/12/2025 06:17:55 PM
rw-r--r--
Editing: py39.py
Close
import sys # Explicitly use the ``"locale"`` encoding in versions that support it, # otherwise just rely on the implicit handling of ``encoding=None``. # Since all platforms that support ``EncodingWarning`` also support # ``encoding="locale"``, this can be used to suppress the warning. # However, please try to use UTF-8 when possible # (.pth files are the notorious exception: python/cpython#77102, pypa/setuptools#3937). LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None