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 Glenn.Maynard
Recipients Glenn.Maynard, docs@python
Date 2014-04-01.15:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396366576.76.0.132198557562.issue21125@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/2/library/traceback.html

"A “pre-processed” stack trace entry is a quadruple (filename, line number, function name, text) representing the information that is usually printed for a stack trace."

There's no such thing as a "quadruple".  This should be "tuple".
History
Date User Action Args
2014-04-01 15:36:16Glenn.Maynardsetrecipients: + Glenn.Maynard, docs@python
2014-04-01 15:36:16Glenn.Maynardsetmessageid: <1396366576.76.0.132198557562.issue21125@psf.upfronthosting.co.za>
2014-04-01 15:36:16Glenn.Maynardlinkissue21125 messages
2014-04-01 15:36:16Glenn.Maynardcreate