Message 46224 - Python tracker
Logged In: YES user_id=6380 Before 2.4final I'd like to see some changes to the syntax: - Instead of @test, it should be somewhat more restricted, preferably @ followed by a dotted name followed by an optional argument list. @1+2 or @[1,2,3] just doesn't make sense IMO. - I'd like there to always be a newline between the last decorator and the 'def' keyword. (This in the sake of "greppability" per python-dev discussion.)