Re: [Python-3000] Workaround for py3k build problem on CJK MacOS X?

2008-08-17 Thread M.-A. Lemburg
I'm -1 on taking this approach this late in the release process. You are adding a completely new codec, which hasn't received enough testing. Furthermore, the concept of relying on OS defined codecs is not in line with our concept of shipping codecs that work on all platforms, not just the OS whe

[Python-3000] What is the state of xml.sax, tkinter, pmw?

2008-08-17 Thread Edward K. Ream
For Python 3.0b2 on Windows I don't see any test_xml_sax.py file in Python30\Lib\test for b2. Do unit tests exist? While trying to bring up Leo, I found what looks like a bug that will cause any byte stream to loop when calling xml.sax.parser.parse. My quick fix was to change: while buffer !

Re: [Python-3000] What is the state of xml.sax, tkinter, pmw?

2008-08-17 Thread Brett Cannon
On Sun, Aug 17, 2008 at 10:40 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > For Python 3.0b2 on Windows I don't see any test_xml_sax.py file in > Python30\Lib\test for b2. Do unit tests exist? > Wrong name; it's test_sax. > While trying to bring up Leo, I found what looks like a bug that will c