]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Aug 2014 14:50:28 +0000 (10:50 -0400)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Aug 2014 14:50:28 +0000 (10:50 -0400)
commitcdcafb78b22ec1cc677abbb2ce292db79279e221
treeccf586cfa575fb1f8c67edb6a3ed7ea757bd4a8a
parent1fa36268cfdac3760de37859aa3ec1b5121248c5
Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.
Patch by Daniel Shahaf.
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS