[issue3490] Example Code Error in Tutorial Documentation Section 4.4

2020-05-13 Thread Chas Belov
Change by Chas Belov : -- title: Example Code Error in Tutorial Documentation -> Example Code Error in Tutorial Documentation Section 4.4 ___ Python tracker ___ ___

[issue3490] Example Code Error in Tutorial Documentation

2008-08-02 Thread Adam
Adam <[EMAIL PROTECTED]> added the comment: You know what, you're absolutely right. My apologies for sending the bad submission. =\ ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3490] Example Code Error in Tutorial Documentation

2008-08-01 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Sorry, the example actually is correct. (reverted) -- resolution: fixed -> rejected ___ Python tracker <[EMAIL PROTECTED]>

[issue3490] Example Code Error in Tutorial Documentation

2008-08-01 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks! Fixed in r65382. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3490] Example Code Error in Tutorial Documentation

2008-08-01 Thread Adam
New submission from Adam <[EMAIL PROTECTED]>: In section 4.4 of the Python Tutorial (http://docs.python.org/tut/node6.html) there is a code example using prime numbers that results extraneous output. The else is incorrectly indented one tab too far to the right and is nested under (for x in range