[issue4247] Docs: Provide some examples of "pass" use in the tutorial.

David W. Lambert report at bugs.python.org
Mon Nov 3 00:23:48 CET 2008


David W. Lambert <lambertdw at corning.com> added the comment:

I'd change the exceptions, replace comment with string.
Instead of

raise NotImplementedError  # Set up dummy log back-end

write

raise NotImplementedError('Set up dummy log back-end')

----------
nosy: +LambertDW

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4247>
_______________________________________


More information about the Python-bugs-list mailing list