mirror of https://github.com/python/cpython
a70070c9e5
svn+ssh://svn.python.org/python/branches/py3k ........ r83395 | georg.brandl | 2010-08-01 10:49:18 +0200 (So, 01 Aug 2010) | 1 line #8821: do not rely on Unicode strings being terminated with a \u0000, rather explicitly check range before looking for a second surrogate character. ........ r83417 | georg.brandl | 2010-08-01 20:38:26 +0200 (So, 01 Aug 2010) | 1 line #5776: fix mistakes in python specfile. (Nobody probably uses it anyway.) ........ |
||
---|---|---|
.. | ||
README | ||
python-3.1.spec |
README
This directory contains support file used to build RPM releases of Python. Its contents are maintained by Sean Reifschneider <jafo@tummy.com>. It is recommended that RPM builders use the python*.src.rpm file downloaded from the "ftp.python.org:/pub/python/<version>/rpms". These may be more up to date than the files included in the base Python release tar-file. If you wish to build RPMs from the base Python release tar-file, note that you will have to download the "doc/<version>/html-<version>.tar.bz2" file from python.org and place it into your "SOURCES" directory for the build to complete. This is the same directory that you place the Python-2.3.1 release tar-file in. You can then use the ".spec" file in this directory to build RPMs.