On 8/24/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > neal.norwitz schrieb: > > Author: neal.norwitz > > Date: Sat Aug 25 00:49:25 2007 > > New Revision: 57424 > > > > Modified: > > python/branches/py3k/Modules/xxmodule.c > > Log: > > Use unicode for reference (is there any way to build this module) > > Enabling it in Modules/Setup should do the trick.
Yeah, but then I'd have to disable it later. :-) BTW, I copied a command line that compiled another module and changed the filenames to verify that xxmodule compiled. I didn't try to link and import it though. I wonder if we should always build/test it just to make sure that it always works. Although I don't suppose we modify it that often. n _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
