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

2012-05-08 Thread And Clover
. XML languages (including SVG and non-legacy served-as-XML XHTML) have no such special cases. (There are other problems in ElementTree's serialiser that make the output unreflective of the infoset in certain cases, but not here.) -- And Clover mailto:a...@doxdesk.com http://www.doxdesk.com

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

2012-02-08 Thread And Clover
, and I don't really want locale-specific behaviour to leak out in other places that accept a encoding name (eg ?xml encoding=locale?), but we already have this behaviour with the mbcs encoding on Windows which refers to the locale-specific 'ANSI' code page. -- And Clover mailto:a...@doxdesk.com

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

2012-01-13 Thread And Clover
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/ gtalk:chat?jid

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

2011-01-07 Thread And Clover
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 ___ Python-Dev mailing list Python-Dev@python.org http

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

2011-01-06 Thread And Clover
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 to 3.2 as well. -- And Clover mailto:a...@doxdesk.com http

Re: [Python-Dev] minidom and DOM level 2

2007-04-13 Thread Andrew Clover
, given they have been static for so long and are in many cases central to how minidom works. -- And Clover mailto:[EMAIL PROTECTED] http://www.doxdesk.com/ ___ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] minidom and DOM level 2

2007-04-07 Thread Andrew Clover
of my knowledge accurate. Incidentally minidom falls far short of passing even Level 1 Core for more reasons than omission of EntityReference. I noted the main known problems with it here: http://pyxml.sourceforge.net/topics/compliance.html Good luck! -- And Clover mailto:[EMAIL PROTECTED

Re: [Python-Dev] Explicit Lexical Scoping (pre-PEP?)

2006-07-05 Thread Andrew Clover
not global x# ceci n'est pas un global ... # something less ugly? Personally it's not a burning need Agreed. Inability to write as well as read nested scopes is more of an aesthetic wart than a practical one IMO. -- And Clover mailto:[EMAIL PROTECTED] http

Re: [Python-Dev] New-style icons, .desktop file

2006-04-14 Thread Andrew Clover
/green horizontal snake logo previously used for 'Python for Windows' (as well as PSF)? If so, Erik van B's installer graphic could probably do with a quick refresh. cheers, -- And Clover mailto:[EMAIL PROTECTED] http://www.doxdesk.com/ ___ Python-Dev