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
signature.asc
Description: PGP signature
_______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
