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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to