This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, georg.brandl, gpolo, kermode
Date 2008-12-31.19:55:43
SpamBayes Score 0.00014468658
Marked as misclassified No
Message-id <1230753344.56.0.830986132684.issue4793@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible to "desugar" the exact behavior by creating the function
ones self.

Regardless, the usefulness this behavior is limited because it relys on
the decorator being in the same module as the function. It is also
fragile for nested functions.
History
Date User Action Args
2008-12-31 19:55:44benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, kermode, gpolo
2008-12-31 19:55:44benjamin.petersonsetmessageid: <1230753344.56.0.830986132684.issue4793@psf.upfronthosting.co.za>
2008-12-31 19:55:43benjamin.petersonlinkissue4793 messages
2008-12-31 19:55:43benjamin.petersoncreate