mirror of https://github.com/python/cpython
49fd7fa443
number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway. |
||
---|---|---|
.. | ||
README | ||
python-2.5.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.