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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to