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 ezio.melotti, mrabarnett, serhiy.storchaka
Date 2017-05-18.09:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495100685.75.0.311779362479.issue30398@psf.upfronthosting.co.za>
In-reply-to
Content
re.error doesn't have its own docstring and inherits it from Exception when format pydoc output: "Common base class for all non-exit exceptions." This is wrong of course.

Proposed patch adds a docstring for re.error. It overrides Exception docstring and documents additional re.error attributes.
History
Date User Action Args
2017-05-18 09:44:45serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett
2017-05-18 09:44:45serhiy.storchakasetmessageid: <1495100685.75.0.311779362479.issue30398@psf.upfronthosting.co.za>
2017-05-18 09:44:45serhiy.storchakalinkissue30398 messages
2017-05-18 09:44:45serhiy.storchakacreate