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 eric.araujo
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev, terry.reedy
Date 2011-09-02.16:54:05
SpamBayes Score 1.4535425e-08
Marked as misclassified No
Message-id <1314982446.23.0.606221638308.issue12298@psf.upfronthosting.co.za>
In-reply-to
Content
> I agree that all table entries should link to the entry in the same file.
This is fixed in 3.2 and 3.3, with a bit of reST kludgery.  I’ll backport to 2.7 if there is no negative feedback.

> range() definitely needs a forward reference to 4.6 sequence types 
> bool() lacks forward references; it could have one to 4.2 Bool ops and 4.11.9 Bool values
I have added links in a subsequent commit.

> object() -- no where to go.
> type(n,b,d) has no forward references as there is no where to go exactly
I think this deserves another report.

> slice() only has a reference to the glossary; it has no entry in Ch.4. "Slice objects have
> read-only data attributes start, stop and step which merely return the argument values (or
> their default). They have no other explicit functionality" is slightly wrong since there
> is the .indices method.
Ditto.
History
Date User Action Args
2011-09-02 16:54:06eric.araujosetrecipients: + eric.araujo, georg.brandl, terry.reedy, ezio.melotti, docs@python, python-dev
2011-09-02 16:54:06eric.araujosetmessageid: <1314982446.23.0.606221638308.issue12298@psf.upfronthosting.co.za>
2011-09-02 16:54:05eric.araujolinkissue12298 messages
2011-09-02 16:54:05eric.araujocreate