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 Phil.Thompson
Recipients Phil.Thompson, docs@python
Date 2010-12-11.18:12:56
SpamBayes Score 3.2463083e-07
Marked as misclassified No
Message-id <1292091179.71.0.567873924052.issue10681@psf.upfronthosting.co.za>
In-reply-to
Content
In Python v3.2b1 the type of the first argument of PySlice_GetIndices() and PySlice_GetIndicesEx() has changed from PySliceObject* to PyObject*.

The documentation does not reflect this change.

Which is correct, the source code or the documentation?
History
Date User Action Args
2010-12-11 18:12:59Phil.Thompsonsetrecipients: + Phil.Thompson, docs@python
2010-12-11 18:12:59Phil.Thompsonsetmessageid: <1292091179.71.0.567873924052.issue10681@psf.upfronthosting.co.za>
2010-12-11 18:12:56Phil.Thompsonlinkissue10681 messages
2010-12-11 18:12:56Phil.Thompsoncreate