On Fri, 17 Jul 2015 11:35:53 +1200 Alexander <xr.li...@gmail.com> 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. Regards Antoine. _______________________________________________ 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