[issue6303] print does not appear in the 3.x documentation index

2009-06-18 Thread R. David Murray
R. David Murray added the comment: You are right of course. My alphabetizing skillz need work, apparently :(. -- ___ Python tracker ___ _

[issue6303] print does not appear in the 3.x documentation index

2009-06-18 Thread Georg Brandl
Georg Brandl added the comment: If you're referring to the general index, there is a "print() (built-in function)" entry in http://docs.python.org/dev/py3k/genindex-P.html. Am I missing another index? -- resolution: -> works for me status: open -> closed __

[issue6303] print does not appear in the 3.x documentation index

2009-06-17 Thread R. David Murray
New submission from R. David Murray : Since print is now a built in function, it should appear in the library reference index, but it does not. -- assignee: georg.brandl components: Documentation messages: 89489 nosy: georg.brandl, r.david.murray priority: low severity: normal stage: nee