[issue2603] Make range __eq__ work

Guido van Rossum report at bugs.python.org
Tue Apr 15 23:36:25 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

Close.  Just a few nits:

line 298:
These two fit on one line. Possibly the whole thing fits. If it doesn't,
the '{' should be on a line by itself.

(Are you aware of PEP 7, C code guidelines? I realize it's incomplete,
but you should still study it -- if you find things it's missing,
propose a patch to update it...!)

line 356:
Still not aligned.

Are you sure you're viewing this with a fixed-width font and tabs set to
8 spaces?

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2603>
__________________________________


More information about the Python-bugs-list mailing list