Matej Cepl
2db1a650e2
ReDos via excessive backtracking while parsing header values (bsc#1230227, CVE-2024-6232). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=425
22 lines
735 B
Plaintext
22 lines
735 B
Plaintext
Python in SUSE
|
|
==============
|
|
|
|
* Documentation *
|
|
|
|
You can find documentation in seprarate packages: python-doc and
|
|
python-doc-pdf. These contan following documents:
|
|
|
|
Tutorial, What's New in Python, Global Module Index, Library Reference,
|
|
Macintosh Module Reference, Installing Python Modules, Distributing Python
|
|
Modules, Language Reference, Extending and Embedding, Python/C API,
|
|
Documenting Python
|
|
|
|
The python-doc package constains many text files from source tarball.
|
|
|
|
|
|
* Interactive mode *
|
|
|
|
Interactive mode is by default enhanced with of history and command completion.
|
|
If you don't like these features, you can unset PYTHONSTARTUP variable in your
|
|
.profile or disable it system wide in /etc/profile.d/python.sh.
|