[issue4511] Decorators should have an index entry

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I've added a back-link in r67591. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-b

[issue4511] Decorators should have an index entry

2008-12-05 Thread K. C. Wong
K. C. Wong <[EMAIL PROTECTED]> added the comment: My mistake for including 2.6. While having a link to an entry in the Glossary is a huge improvement, it comes about as a result of the index now covering all components of the Python documentation. I feel at the least, there should be a link wi

[issue4511] Decorators should have an index entry

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: In the 2.6 and 3.0 docs, decorators do have an index entry, see http://docs.python.org/genindex-D.html. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue4511] Decorators should have an index entry

2008-12-03 Thread K. C. Wong
New submission from K. C. Wong <[EMAIL PROTECTED]>: While decorators have been introduced since Python 2.4, there continues to be no index reference to it in the Python Language Reference. Given this being a major language feature, I think it is an oversight. -- assignee: georg.brandl