[Twisted-Python] Fair warning: case-insensitive attributes

Since this could be both a very useful and a very harmful change, I'm posting a set of fairly short diffs to tm.com: http://twistedmatrix.com/users/moonfallen/diffs.txt If anyone thinks this patch will slow things down (possible) or break stuff (unlikely; current tests pass), I want to know that. Of course there are new tests to go with it: http://twistedmatrix.com/users/moonfallen/test_diffs.txt In particular, Woven appears to be unaffected. If I don't get any significant backlash over the weekend, this goes in. This makes the following code possible:
(Note that caseInsensitive=1 and preserveCase=0 are the defaults, and always have been. They just affect attribute names now, as well as element names.)

On Fri, 20 Jun 2003 14:06:11 -0700 Cory Dodt <corydodt@yahoo.com> wrote:
And I assume in microdom.parseXML and friends it won't be case insensitive? -- Itamar Shtull-Trauring http://itamarst.org/ http://www.zoteca.com -- Python & Twisted consulting

On Fri, 20 Jun 2003 14:06:11 -0700 Cory Dodt <corydodt@yahoo.com> wrote:
And I assume in microdom.parseXML and friends it won't be case insensitive? -- Itamar Shtull-Trauring http://itamarst.org/ http://www.zoteca.com -- Python & Twisted consulting
participants (2)
-
Cory Dodt
-
Itamar Shtull-Trauring