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 serhiy.storchaka
Recipients JelleZijlstra, josh.r, serhiy.storchaka, xcombelle
Date 2018-03-22.09:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521712680.13.0.467229070634.issue28962@psf.upfronthosting.co.za>
In-reply-to
Content
Seems it was fixed somewhere between 3.6.3 and 3.6.5+.

Traceback (most recent call last):
  File "baderror.py", line 10, in <module>
    raise e from e
__main__.BadError

3.5 is now in security-only fixes stage, and this doesn't look like a security issue.
History
Date User Action Args
2018-03-22 09:58:00serhiy.storchakasetrecipients: + serhiy.storchaka, xcombelle, josh.r, JelleZijlstra
2018-03-22 09:58:00serhiy.storchakasetmessageid: <1521712680.13.0.467229070634.issue28962@psf.upfronthosting.co.za>
2018-03-22 09:58:00serhiy.storchakalinkissue28962 messages
2018-03-22 09:58:00serhiy.storchakacreate