[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread admin
System message: -- status: chatting -> resolved __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.or

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Marcin
Marcin added the comment: k, thanks ! -- status: resolved -> chatting __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread admin
System message: -- status: chatting -> resolved __ Repoze Bugs __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.or

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Gustavo Narea
Gustavo Narea added the comment: Oops, the URL in the previous message got trimmed. Here it is: http://tinyurl.com/p2zan2 -- status: resolved -> chatting __ Repoze Bugs __ __

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Gustavo Narea
Gustavo Narea added the comment: Hi. Python supports class decorators from version 2.6: http://docs.python.org/whatsnew/2.6.html#pep-3129-class-decorators And I also mentioned that in the documentation

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Marcin
Marcin added the comment: well, then something is still wrong, i have a server where we downgraded from python 2.6 to 2.5 and i got SYNTAX ERROR (while it worked flawlessly before change) on: @ControllerProtector(Any(in_group(u'administrators'), has_permission('access-admin')), unauthorized_den

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-15 Thread Gustavo Narea
Gustavo Narea added the comment: Hello, ergo. That's in fact the package I use to create the decorators and repoze.what-pylons is supported (tested and known to work) in Python 2.4, 2.5 and 2.6 with no problems. Have a look at the following test suite, for example: = gust...@valencia:~/S

[Repoze-dev] [issue108] repoze.what decoratos should be usable in python2.5 too

2009-11-13 Thread Marcin
New submission from Marcin : http://pypi.python.org/pypi/decorator this package allows to use decorators in python 2.5 same way as we could in 2.6, i think its quite important because just recently i had the unpleasant situation of having to run on python 2.5 software developed on 2.6, it was a p