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

2008-11-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed in r67123. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

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

2008-11-05 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I'm attaching a new version here, which addresses the object call type comments. Added file: http://bugs.python.org/file11948/pass-examples-2.patch ___ Python tracker <[EMAIL PROTECTED]>

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

2008-11-02 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: I originally had that, but then I realized that if I make it a comment I can then do something like "dw." on that line when I start filling in the code to keep the comment around. Because I find that when I fill in the high level comments

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

2008-11-02 Thread David W. Lambert
David W. Lambert <[EMAIL PROTECTED]> 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 _

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

2008-11-01 Thread Sean Reifschneider
New submission from Sean Reifschneider <[EMAIL PROTECTED]>: I'm giving a Python tutorial to a bunch of local people and have decided to use the Python.org tutorial to go by. One of the things I found I wanted in the section on the "pass" statement was more information about it's use. But I also