[issue1772721] [python-mode] Properly highlight lambda with no arguments

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: python-mode.el is not maintained in Python anymore. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker __

[issue1772721] [python-mode] Properly highlight lambda with no arguments

2009-04-07 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- assignee: -> barry nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1772721] [python-mode] Properly highlight lambda with no arguments

2009-04-07 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Yes, the behavior is the same with latest trunk. I'd suggest this new patch though, it has the same effect but avoids a new rule. -- nosy: +amaury.forgeotdarc status: pending -> open Added file: http://bugs.python.org/file13643/lambda-with-no-arg

[issue1772721] [python-mode] Properly highlight lambda with no arguments

2009-04-06 Thread Daniel Diniz
Daniel Diniz added the comment: Many changes have landed in Misc/python-mode.el since rev 56963, can anyone confirm the described behavior? -- nosy: +ajaksu2 stage: -> test needed status: open -> pending type: -> feature request versions: +Python 2.7 _