[Python-mode] myrkwid ready to merge?

Barry Warsaw barry at python.org
Tue Mar 29 20:36:48 CEST 2011


Andreas, when I find problems with the myrkwid branch, do you want me to
mention them here or submit bug reports?  Here's the first problem I've
noticed.

Open up Python 3.3's setup.py (i.e. on the mercurial default branch).  Go to
the end of line 371, which is on the return statement (last line) of the
get_platform() method.  Hit return.  This puts you on a new line, but at
column 12.  The first problem is that that should really indent to column 4
because of the preceding return statement.

Now that you're in col 12, hit delete or backspace.  This should move the
indentation back one level each time, but instead it doesn't move at all,
although you do get a message in the echo.

Gotta fix that before it's merged to trunk! ;)

Cheers,
-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-mode/attachments/20110329/9bd71f73/attachment.pgp>


More information about the Python-mode mailing list