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 jonash
Recipients docs@python, jonash
Date 2011-03-13.20:17:51
SpamBayes Score 0.004475371
Marked as misclassified No
Message-id <1300047472.09.0.42501037917.issue11484@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-03-13 20:17:52jonashsetrecipients: + jonash, docs@python
2011-03-13 20:17:52jonashsetmessageid: <1300047472.09.0.42501037917.issue11484@psf.upfronthosting.co.za>
2011-03-13 20:17:51jonashlinkissue11484 messages
2011-03-13 20:17:51jonashcreate