Issue36270
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.
Created on 2019-03-12 14:14 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 13119 | merged | bjoern, 2019-05-06 17:25 | |
| PR 16002 | merged | miss-islington, 2019-09-11 17:55 | |
| Messages (3) | |||
|---|---|---|---|
| msg337740 - (view) | Author: Cheryl Sabella (cheryl.sabella) * ![]() |
Date: 2019-03-12 14:14 | |
In the docs for `sys.exc_info()`, the description of traceback says: traceback gets a traceback object (see the ---> Reference Manual <---) which encapsulates the call stack at the point where the exception originally occurred. It might be nice if Reference Manual had a link. Assigning to @Mariatta for the PyCon sprint. |
|||
| msg352005 - (view) | Author: Julien Palard (mdk) * ![]() |
Date: 2019-09-11 17:55 | |
New changeset 9936371af298d465095ae70bc9c2943b4b16eac4 by Julien Palard (Björn Meier) in branch 'master': bpo-36270: Doc: add link to traceback object reference (GH-13119) https://github.com/python/cpython/commit/9936371af298d465095ae70bc9c2943b4b16eac4 |
|||
| msg352008 - (view) | Author: miss-islington (miss-islington) | Date: 2019-09-11 18:12 | |
New changeset f79a022d762edc749d0fecdc50c567d2bb910c53 by Miss Islington (bot) in branch '3.8': bpo-36270: Doc: add link to traceback object reference (GH-13119) https://github.com/python/cpython/commit/f79a022d762edc749d0fecdc50c567d2bb910c53 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:12 | admin | set | github: 80451 |
| 2019-09-12 13:48:59 | mdk | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2019-09-11 18:12:38 | miss-islington | set | nosy:
+ miss-islington messages: + msg352008 |
| 2019-09-11 17:55:13 | miss-islington | set | pull_requests: + pull_request15627 |
| 2019-09-11 17:55:04 | mdk | set | nosy:
+ mdk messages: + msg352005 |
| 2019-05-06 17:25:29 | bjoern | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request13032 |
| 2019-03-12 14:14:36 | cheryl.sabella | create | |
