[Python-Dev] Vacation and possibly a new bug

Neal Norwitz neal@metaslash.com
Tue, 22 Jul 2003 17:21:05 -0400


On Tue, Jul 22, 2003 at 04:17:09PM -0500, Skip Montanaro wrote:
> 
>     Jack> It turns out Brett was using an ucs4 build of Python, and the bug
>     Jack> is related to that....
> 
> Dumb-ass question: What's a "ucs4 build of Python" and how does one create
> such a thing?  I see no mention of ucs4 in the output from configure --help.

        ./configure --enable-unicode=ucs4

(Necessary for Tkinter on RH 9)