[issue2689] Fix indentation in range_item

2008-04-25 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ok. I see now. Fixed in r62506. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2689] Fix indentation in range_item

2008-04-25 Thread Alexander Belopolsky
Alexander Belopolsky <[EMAIL PROTECTED]> added the comment: On Fri, Apr 25, 2008 at 4:37 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > I don't really see what's wrong with the indentation. Sorry, I thought it would be obvious from the patch. As of revision 62505, Objects/rangeobject.c:21

[issue2689] Fix indentation in range_item

2008-04-25 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: I don't really see what's wrong with the indentation. -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __ _

[issue2689] Fix indentation in range_item

2008-04-25 Thread Alexander Belopolsky
Changes by Alexander Belopolsky <[EMAIL PROTECTED]>: -- components: Interpreter Core files: range.diff keywords: patch nosy: belopolsky severity: normal status: open title: Fix indentation in range_item versions: Python 3.0 Added file: http://bugs.python.org/file10104/range.diff ___