Message189273
Please note that the official way to build Python without Unicode
support is (see http://bugs.python.org/issue445762):
./configure --disable-unicode
See http://bugs.python.org/issue8767 for the most recent set of fixes
that were supplied to make it work again in Python 2.7.4.
If the above doesn't work, it's a bug (as well) - and has been for
quite a few releases. Technically, --disable-unicode is mapped to
--enable-unicode=no by configure.
I guess we'd need a buildbot to check whether --disable-unicode still
works, i.e. produces a Python version that compiles and passes
the basic tests. |
|
Date |
User |
Action |
Args |
2013-05-15 07:34:28 | lemburg | set | recipients:
+ lemburg, amaury.forgeotdarc, serhiy.storchaka |
2013-05-15 07:34:28 | lemburg | set | messageid: <1368603268.32.0.160337067017.issue17979@psf.upfronthosting.co.za> |
2013-05-15 07:34:28 | lemburg | link | issue17979 messages |
2013-05-15 07:34:28 | lemburg | create | |
|