29 Dec
2003
29 Dec
'03
8:57 p.m.
On Mon, 29 Dec 2003 15:48:03 -0500 "Fred L. Drake, Jr." <fred@zope.com> wrote:
Phillip J. Eby writes: [snip]
(The issue here is that Python requires keyword arguments to be strings rather than Unicode, even though attribute names can be Unicode. ZConfig sets attributes using unicode because ZConfig schemas are XML, and therefore Unicode.)
Annoying, isn't it? Not sure it's worth fixing in Python.
I guess this just furthers my theory that all sufficiently advanced bugs and mis-features are indiscernible from unicode. Or, more succinctly: "Blame Unicode" ;^) -Casey