[issue21125] traceback.extract_tb says "quadruple" when it means "tuple"

Glenn Maynard report at bugs.python.org
Tue Apr 1 17:36:16 CEST 2014


New submission from Glenn Maynard:

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".

----------
assignee: docs at python
components: Documentation
messages: 215326
nosy: Glenn.Maynard, docs at python
priority: normal
severity: normal
status: open
title: traceback.extract_tb says "quadruple" when it means "tuple"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21125>
_______________________________________


More information about the Python-bugs-list mailing list