[Python-Dev] Status of XML fixes

Barry Warsaw barry at python.org
Mon Mar 18 05:52:16 CET 2013


On Mar 17, 2013, at 09:16 PM, Glenn Linderman wrote:

>try:
>    newSimpleXMLAPI()
>    newapi = True
>except Exception:
>    newapi = False

try:
    True
except NameError:
    True = 1
    False = 0

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-dev/attachments/20130317/2d9049f6/attachment-0001.pgp>


More information about the Python-Dev mailing list