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 ronaldoussoren
Recipients ajaksu2, brett.cannon, christian.heimes, jackjansen, ronaldoussoren
Date 2009-03-30.21:01:35
SpamBayes Score 0.0008707556
Marked as misclassified No
Message-id <1238446897.81.0.0529241283618.issue763708@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file issue763708.patch changes configure.in and disables the 
toolbox glue when doing a UCS4 build.

To get this behaviour I had to move a couple of sections around inside 
configure.in (--enable-toolbox-glue was checked for before the size of 
unicode characters was known).
History
Date User Action Args
2009-03-30 21:01:38ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, jackjansen, christian.heimes, ajaksu2
2009-03-30 21:01:37ronaldoussorensetmessageid: <1238446897.81.0.0529241283618.issue763708@psf.upfronthosting.co.za>
2009-03-30 21:01:36ronaldoussorenlinkissue763708 messages
2009-03-30 21:01:36ronaldoussorencreate