Go to file
OBS User autobuild 2b70f7ad6c Accepting request 43604 from devel:languages:python:Factory
Copy from devel:languages:python:Factory/python based on submit request 43604 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/43604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=51
2010-07-23 15:08:24 +00:00
_local.pth OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=36 2009-08-07 20:04:34 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=28 2008-10-22 16:44:23 +00:00
distutils.cfg OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=9 2007-08-06 20:02:29 +00:00
macros.python OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=36 2009-08-07 20:04:34 +00:00
python-2.5.1-sqlite.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=12 2007-11-13 20:29:48 +00:00
python-2.5.2-configure.patch Accepting request 30832 from devel:languages:python:Factory 2010-01-29 17:51:47 +00:00
python-2.6-gettext-plurals.patch Accepting request 30832 from devel:languages:python:Factory 2010-01-29 17:51:47 +00:00
python-2.6.2-ssl_handshake_timeout.patch Accepting request 19972 from devel:languages:python:Factory 2009-09-04 22:37:10 +00:00
python-2.6.5-distutils_test_path.patch Accepting request 37272 from devel:languages:python:Factory 2010-04-13 19:40:06 +00:00
python-2.6b1-canonicalize2.patch Accepting request 30832 from devel:languages:python:Factory 2010-01-29 17:51:47 +00:00
python-2.6b3-curses-panel.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=25 2008-09-07 23:36:49 +00:00
python-2.6b3-ssl-compat.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=26 2008-09-23 22:12:56 +00:00
Python-2.3.3-dirs.patch Accepting request 24103 from devel:languages:python:Factory 2009-11-16 09:06:23 +00:00
Python-2.6.2-multilib.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=36 2009-08-07 20:04:34 +00:00
Python-2.6.5.tar.bz2 Accepting request 37272 from devel:languages:python:Factory 2010-04-13 19:40:06 +00:00
python-base.changes Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00
python-base.spec Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00
python-distutils-rpm-8.patch Accepting request 30832 from devel:languages:python:Factory 2010-01-29 17:51:47 +00:00
python-doc.changes Accepting request 34635 from devel:languages:python:Factory 2010-03-12 16:36:40 +00:00
python-doc.spec Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00
python-docs-html-2.6.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=27 2008-10-13 14:53:57 +00:00
python-docs-pdf-a4-2.6.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=27 2008-10-13 14:53:57 +00:00
python-docs-pdf-letter-2.6.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=27 2008-10-13 14:53:57 +00:00
python.changes Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00
python.csh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python.sh OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
python.spec Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00
pythonstart OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=25 2008-09-07 23:36:49 +00:00
README.SUSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=1 2006-12-18 23:17:38 +00:00
sparc_longdouble.patch Accepting request 43604 from devel:languages:python:Factory 2010-07-23 15:08:24 +00:00

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.