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 hroncok
Recipients Elvis.Pranskevichus, docs@python, hroncok, ned.deily, yselivanov
Date 2018-05-17.16:04:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526573098.08.0.682650639539.issue33559@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6.5 ...
>>> Exception('foo',)
Exception('foo',)

Python 3.7.0b4 ...
>>> Exception('foo',)
Exception('foo')

This is a change that might bit people who rely on doctesting.

It is not documented at https://docs.python.org/3.7/whatsnew/3.7.html

I'll send a PR.
History
Date User Action Args
2018-05-17 16:04:58hroncoksetrecipients: + hroncok, ned.deily, Elvis.Pranskevichus, docs@python, yselivanov
2018-05-17 16:04:58hroncoksetmessageid: <1526573098.08.0.682650639539.issue33559@psf.upfronthosting.co.za>
2018-05-17 16:04:58hroncoklinkissue33559 messages
2018-05-17 16:04:57hroncokcreate