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: py312.py
Close
from __future__ import annotations import sys if sys.version_info >= (3, 12, 4): # Python 3.13 should support `.pth` files encoded in UTF-8 # See discussion in https://github.com/python/cpython/issues/77102 PTH_ENCODING: str | None = "utf-8" else: from .py39 import LOCALE_ENCODING # PTH_ENCODING = "locale" PTH_ENCODING = LOCALE_ENCODING