Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3.11 /
Delete
Unzip
Name
Size
Permission
Date
Action
ACKS.gz
14.82
KB
-rw-r--r--
2023-02-07 13:37
HISTORY.gz
480.98
KB
-rw-r--r--
2023-02-07 13:37
NEWS.gz
504.47
KB
-rw-r--r--
2023-02-07 13:52
README.Debian
2.74
KB
-rw-r--r--
2024-11-30 21:22
README.maintainers
3.35
KB
-rw-r--r--
2024-11-30 21:22
README.rst.gz
3.86
KB
-rw-r--r--
2023-02-07 13:37
README.valgrind.gz
2.04
KB
-rw-r--r--
2023-02-07 13:37
README.venv
2.79
KB
-rw-r--r--
2024-09-05 01:12
changelog.Debian.gz
7.7
KB
-rw-r--r--
2024-11-30 21:22
changelog.gz
504.47
KB
-rw-r--r--
2023-02-07 13:52
copyright
48.69
KB
-rw-r--r--
2024-09-04 22:25
gdbinit.gz
1.96
KB
-rw-r--r--
2023-02-07 13:37
pybench.log
36
B
-rw-r--r--
2024-11-30 21:22
python-policy.txt.gz
11.55
KB
-rw-r--r--
2023-04-09 10:22
test_results.gz
112.19
KB
-rw-r--r--
2024-11-30 21:22
Save
Rename
Python 3.11 for Debian --------------------- This is Python 3.11 packaged for Debian. This document contains information specific to the Debian packages of Python 3.11. [TODO: This document is not yet up-to-date with the packages.] Currently, it features those two main topics: 1. Release notes for the Debian packages: 2. Notes for developers using the Debian Python packages: Release notes and documentation from the upstream package are installed in /usr/share/doc/python3.11/. There's a mailing list for discussion of issues related to Python on Debian systems: debian-python@lists.debian.org. The list is not intended for general Python problems, but as a forum for maintainers of Python-related packages and interested third parties. 1. Release notes for the Debian packages: Results of the regression test: ------------------------------ The package does successfully run the regression tests for all included modules. Seven packages are skipped since they are platform-dependent and can't be used with Linux. 2. Notes for developers using the Debian python packages: See the draft of the Debian Python policy in /usr/share/doc/python. distutils can be found in the python3.11-dev package. Development files like the python library or Makefiles can be found in the python3.11-dev package in /usr/lib/python3.11/config. Therefore, if you need to install a pure python extension, you only need python3.11. On the other hand, to install a C extension, you need python3.11-dev. a) Locally installed Python add-ons /usr/local/lib/python3.11/site-packages/ /usr/local/lib/site-python/ (version-independent modules) b) Python add-ons packaged for Debian /usr/lib/python3.11/site-packages/ /usr/lib/site-python/ (version-independent modules) Note that no package must install files directly into /usr/lib/python3.11/ or /usr/local/lib/python3.11/. Only the site-packages directory is allowed for third-party extensions. Use of the new `package' scheme is strongly encouraged. The `ni' interface is obsolete in python 1.5. Header files for extensions go into /usr/include/python3.11/. Installing extensions for local use only: ---------------------------------------- Consider using distutils ... Most extensions use Python's Makefile.pre.in. Note that Makefile.pre.in by default will install files into /usr/lib/, not into /usr/local/lib/, which is not allowed for local extensions. You'll have to change the Makefile accordingly. Most times, "make prefix=/usr/local install" will work. Packaging python extensions for Debian: -------------------------------------- Maintainers of Python extension packages should read /usr/share/doc/python/python-policy.txt.gz 03/09/98 Gregor Hoffleit <flight@debian.org> Last change: 2001-12-14