3d7eaf78a6
Copy from devel:languages:python:Factory/python based on submit request 24103 from user matejcik OBS-URL: https://build.opensuse.org/request/show/24103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=40 |
||
---|---|---|
_local.pth | ||
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
distutils.cfg | ||
macros.python | ||
python-2.5.1-sqlite.patch | ||
python-2.5.2-configure.patch | ||
python-2.5.2-fwrapv.patch | ||
python-2.6-gettext-plurals.patch | ||
python-2.6.2-expat.patch | ||
python-2.6.2-readline.patch | ||
python-2.6.2-ssl_handshake_timeout.patch | ||
python-2.6.2-test_distutils.patch | ||
python-2.6b1-canonicalize2.patch | ||
python-2.6b3-curses-panel.patch | ||
python-2.6b3-ssl-compat.patch | ||
python-2.6rc2-https-proxy.patch | ||
Python-2.3.3-dirs.patch | ||
Python-2.6.2-multilib.patch | ||
Python-2.6.2.tar.bz2 | ||
python-base.changes | ||
python-base.spec | ||
python-distutils-rpm-8.patch | ||
python-doc.changes | ||
python-doc.spec | ||
python-docs-html-2.6.tar.bz2 | ||
python-docs-pdf-a4-2.6.tar.bz2 | ||
python-docs-pdf-letter-2.6.tar.bz2 | ||
python.changes | ||
python.csh | ||
python.sh | ||
python.spec | ||
pythonstart | ||
README.SUSE | ||
ready |
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.