On 07/16/2015 04:48 PM, Antoine Pitrou wrote:
On Fri, 17 Jul 2015 11:35:53 +1200 Alexander wrote:

I do not want to read mistyped code from other developers and try to
guess whether it will work properly or not.

You don't have to guess anything. If it's mistyped, either it raises
AttributeError (because it starts with "assert_"), or it doesn't do
anything. So, in both cases, it *doesn't* work properly.

Yes, but in the case of "assrt_*" it won't work properly and won't not work properly.  
And neither should "assret_*".

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

Reply via email to