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
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 !
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