[Twisted-Python] Re: [Twisted-commits] r10342 - fix #537, #414 (microdom no longer swallows whitespace, so it's probably much slower)

On Mon, Mar 22, 2004 at 04:33:59PM -0700, Itamar Shtull-Trauring wrote:
Author: itamarst Date: Mon Mar 22 16:33:58 2004 New Revision: 10342
Modified: trunk/twisted/protocols/sux.py trunk/twisted/test/test_xml.py trunk/twisted/web/microdom.py Log: fix #537, #414 (microdom no longer swallows whitespace, so it's probably much slower)
And it also appears to have broken tests, according to buildbot. I suspect some of the tests were checking for broken behaviour, but they really should be fixed. -Andrew.

On Tue, Mar 23, 2004 at 11:25:55AM +1100, Andrew Bennetts wrote:
On Mon, Mar 22, 2004 at 04:33:59PM -0700, Itamar Shtull-Trauring wrote:
Author: itamarst Date: Mon Mar 22 16:33:58 2004 New Revision: 10342
Modified: trunk/twisted/protocols/sux.py trunk/twisted/test/test_xml.py trunk/twisted/web/microdom.py Log: fix #537, #414 (microdom no longer swallows whitespace, so it's probably much slower)
And it also appears to have broken tests, according to buildbot. I suspect some of the tests were checking for broken behaviour, but they really should be fixed.
Although judging from the warnings from Lore ("WARNING: only list items allowed in lists") apparently caused by whitespace between <ul> and <li> tags, I'm guessing there are some genuine bugs, too. -Andrew.

Hi Twisted folks, I tried to use twisted.internet.stdio.StandardIO on Windows. However, due to the lack of fcntl module, it doesn't work. Is it possible to get around of the problem without using cygwin? Thanks! -- Yun
participants (2)
-
Andrew Bennetts
-
Yun Mao