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 dcjim
Recipients
Date 2007-06-25.15:53:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not aware of any such contract. Can you point to anything in writing?

See for example:

file:///home/jim/Documentation/Python-Docs-2.4.1/tut/node10.html#SECTION0010500000000000000000

which teaches people to create custom exceptions that:

- don't set args ro message and

- won't be unpicklable in Python 2.5.

Also, as I mentioned, the reduce implementation doesn't preserve the message, so even if that was the contract, the contract is broken.
History
Date User Action Args
2007-08-23 14:57:58adminlinkissue1742889 messages
2007-08-23 14:57:58admincreate