[Python-Dev] Decorator order implemented backwards?
Delaney, Timothy C (Timothy)
tdelaney at avaya.com
Tue Aug 10 05:26:57 CEST 2004
More information about the Python-Dev mailing list
Tue Aug 10 05:26:57 CEST 2004
- Previous message: [Python-Dev] Decorator order implemented backwards?
- Next message: [Python-Dev] Decorator order implemented backwards?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
James Y Knight wrote: > So, um...I assume this is a bug in the implementation, not the PEP, > because the PEP's way makes sense and the way it's implemented > doesn't. Especially since it will be most common to put @staticmethod or @classmethod first, which will play havoc with any decorator following that is expecting a function object ... Tim Delaney
- Previous message: [Python-Dev] Decorator order implemented backwards?
- Next message: [Python-Dev] Decorator order implemented backwards?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list