This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients amaury.forgeotdarc, lemburg, r37c
Date 2013-05-15.07:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <519338A2.9040402@egenix.com>
In-reply-to <1368574109.48.0.780824591597.issue17978@psf.upfronthosting.co.za>
Content
On 15.05.2013 01:28, Amaury Forgeot d'Arc wrote:
> 
> Amaury Forgeot d'Arc added the comment:
> 
> The official way to build without unicode is
>   ./configure --enable-unicode=no
> But see issue17979.

The official way to build without Unicode is:

./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.
History
Date User Action Args
2013-05-15 07:26:31lemburgsetrecipients: + lemburg, amaury.forgeotdarc, r37c
2013-05-15 07:26:31lemburglinkissue17978 messages
2013-05-15 07:26:31lemburgcreate