Re: [Python-Dev] c/ElementTree XML serialisation

2012-05-08 Thread And Clover
On 08/05/12 17:21, Alex Leach wrote: > The w3c SVG specification / recommendation > allows for

Re: [Python-Dev] Add a new "locale" codec?

2012-02-08 Thread And Clover
agree that this is undesirable, and I don't really want locale-specific behaviour to leak out in other places that accept a encoding name (eg ), but we already have this behaviour with the "mbcs" encoding on Windows which refers to the locale-specific 'ANSI'

Re: [Python-Dev] Status of the fix for the hash collision vulnerability

2012-01-13 Thread And Clover
would have to pass such a flag through, which would quickly get very unwieldy indeed... or else they'd have to just always use safedict, in which case we're in pretty much the same position as we are with changing dict anyway. -- And Clover mailto:a...@doxdesk.com http://www.doxdesk.com/

Re: [Python-Dev] PEP 3333: wsgi_string() function

2011-01-07 Thread And Clover
This has been an embarrassing situation for what is supposed to be a leading web language. Let's not perpetuate this sorry story to 3.2 as well. -- And Clover mailto:a...@doxdesk.com http://www.doxdesk.com skype:uknrbobince gtalk:chat?jid=bobi...@gmail.com __

Re: [Python-Dev] PEP 3333: wsgi_string() function

2011-01-06 Thread And Clover
ytes, frankly, a re-run of this argument *again* whilst WSGI remains in perpetual stalemate does not appeal. WSGI and wsgiref in Python 3.0-3.1 simply does not work. This has long been an embarrassing situation for what is supposed to be a leading web language. Let us not perpetuate this sorry story