[Python-mode] myrkwid ready to merge?

Andreas Röhler andreas.roehler at online.de
Tue Mar 29 22:00:34 CEST 2011


Am 29.03.2011 20:36, schrieb Barry Warsaw:
> 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.

See it. Added a bug-report.

Thanks again.

Andreas

>
> 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
>



More information about the Python-mode mailing list