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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, SylvainDe
Date 2017-03-28.13:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490706789.31.0.0317245286036.issue29932@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, quickly glancing over the error messages there's another small typo in https://github.com/python/cpython/blob/master/Modules/arraymodule.c#L2371:

    "array indices must be integer" -> "array indices must be integers"

might as well fix that in your PR too (maybe also change the title to: "Fix small error message typos in arraymodule.c"?)
History
Date User Action Args
2017-03-28 13:13:09Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, SylvainDe
2017-03-28 13:13:09Jim Fasarakis-Hilliardsetmessageid: <1490706789.31.0.0317245286036.issue29932@psf.upfronthosting.co.za>
2017-03-28 13:13:09Jim Fasarakis-Hilliardlinkissue29932 messages
2017-03-28 13:13:09Jim Fasarakis-Hilliardcreate