Activity log for bug #867135

Date Who What changed Old value New value Message
2011-10-04 11:25:26 Ryan Kaskel bug added bug
2011-10-04 11:26:56 Ryan Kaskel description I've browsed the bug list and didn't see this issue listed. Below is a sample file that demonstrates what happens. I am using 6.0.2. ----- # Below is the default indenation. After the final ")", type a "#" and notice # how it automatically indents when it shouldn't marketing_companies = ( ('ABC Marketing', 'http://example.com'), ) # # # it will indent every subsequent "#" # Until I delete the space in front of it # I prefer this format: marketing_companies = ( ('ABC Marketing', 'http://example.com'), ) # # and the same thing happens # I think this has to do with py-electric-comment I've browsed the bug list and didn't see this issue listed. Below is a sample file that demonstrates what happens. I am using 6.0.2. It doesn't happen with lists and dicts and only happens with tuples with a ")" on a line of its own. ----- # Below is the default indenation. After the final ")", type a "#" and notice # how it automatically indents when it shouldn't marketing_companies = (     ('ABC Marketing', 'http://example.com'),     )     #     #     # it will indent every subsequent "#" # Until I delete the space in front of it # I prefer this format: marketing_companies = (     ('ABC Marketing', 'http://example.com'), )     #     # and the same thing happens     # I think this has to do with py-electric-comment
2011-10-04 14:45:31 Andreas Roehler python-mode: assignee Andreas Roehler (a-roehler)
2011-10-04 14:45:35 Andreas Roehler python-mode: milestone 6.0.3
2011-10-04 14:45:40 Andreas Roehler python-mode: importance Undecided Medium
2011-10-04 19:54:38 Andreas Roehler python-mode: status New Incomplete
2011-10-06 07:56:26 Andreas Roehler python-mode: milestone 6.0.3 6.0.4
2011-10-06 08:17:50 Andreas Roehler python-mode: status Incomplete Fix Released
2011-10-06 11:28:52 Andreas Roehler python-mode: milestone 6.0.4 6.0.3