[New-bugs-announce] [issue11484] `with_traceback` in 2.7 docs but not implemented

Jonas H. report at bugs.python.org
Sun Mar 13 21:17:52 CET 2011


New submission from Jonas H. <jonas at lophus.org>:

Either a `BaseException.with_traceback` implementation is missing or the docs are wrong.

http://docs.python.org/library/exceptions.html?highlight=with_traceback#exceptions.BaseException.with_traceback

python3 -c 'print("with_traceback" in dir(BaseException))'
True
python2 -c 'print("with_traceback" in dir(BaseException))'
False

----------
assignee: docs at python
components: Documentation
messages: 130760
nosy: docs at python, jonash
priority: normal
severity: normal
status: open
title: `with_traceback` in 2.7 docs but not implemented
versions: Python 2.7

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


More information about the New-bugs-announce mailing list