2013/3/17 Barry Warsaw <ba...@python.org>:
> 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

I understand why your bedtime is 21:30. :)


-- 
Regards,
Benjamin
_______________________________________________
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