Am 14.04.2011 22:41, schrieb Barry Warsaw:
Hi Andreas,
One more indentation bug.
-----snip snip-----
def foo():
d = dict(
-----snip snip-----
Put point after the open paren on the last night and hit return. You'll end
up on column 13 on the new line, but you should be on column 8.
Hi Barry,
think we have discussed that with bug #748198:
col 8 will be reached _after_ the closing paren, not before.
When inside a dict, its pairs get piled up.
Unless you want to have that otherwise....
I think once you've fixed this, myrkwid will be ready to merge into the
trunk. Everything else so far is looking really good.
Once myrkwid is merged, I would like to do a branch format update. This will
mean any other branches people have will also have to be updated (or for the
trunk, you can just re-branch it).
Also, I think your changes are significant enough to merit a minor version
bump, so I propose we bump it to 5.3.0.
Really feeling honoured, thanks :)
Then if it looks good for a while and
you have no other changes you want to get in, we should do a release.
Further fixes still ahead will take a little bit longer probably.
Maybe we should keep the trunk for some days before a release, to get
some more testers.
Cheers,
-Barry
Cheers
Andreas
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode