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 detly
Recipients Tuikku.Anttila, detly, docs@python, ezio.melotti, loewis, serhiy.storchaka
Date 2014-08-06.07:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407308491.55.0.1976200691.issue22046@psf.upfronthosting.co.za>
In-reply-to
Content
> Python documentation never document all possible exceptions raised by a method.

No, but clearly *some* exceptions are documented, and presumably there's some reasoning behind which are and aren't.

In this case, the NotImplemented error is there by design. It's not an incidental effect of something else. It's part of the API, and it's used to indicate a common error condition: that the compression format is not supported.
History
Date User Action Args
2014-08-06 07:01:31detlysetrecipients: + detly, loewis, ezio.melotti, docs@python, serhiy.storchaka, Tuikku.Anttila
2014-08-06 07:01:31detlysetmessageid: <1407308491.55.0.1976200691.issue22046@psf.upfronthosting.co.za>
2014-08-06 07:01:31detlylinkissue22046 messages
2014-08-06 07:01:31detlycreate