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 brett.cannon
Recipients brett.cannon, docs@python, tom kronmiller
Date 2017-06-28.17:53:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498672405.9.0.41870081021.issue30787@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you want an index of *just* decorators? The documentation is structured so you look for the module that probably contains a solution to your problem and then you see what the module may have (which may have a solution that isn't a decorator). Jumping straight to a list of just decorators means you would miss out on any other solution that happens to not be a decorator.
History
Date User Action Args
2017-06-28 17:53:25brett.cannonsetrecipients: + brett.cannon, docs@python, tom kronmiller
2017-06-28 17:53:25brett.cannonsetmessageid: <1498672405.9.0.41870081021.issue30787@psf.upfronthosting.co.za>
2017-06-28 17:53:25brett.cannonlinkissue30787 messages
2017-06-28 17:53:25brett.cannoncreate