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 | georg.brandl |
|---|---|
| Recipients | |
| Date | 2007年08月11日.09:06:48 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Attaching a new patch that fixes the class D(Exception): def __init__(self, foo): self.foo = foo Exception.__init__(self) scenario by keeping the original args to __new__ as an exception attribute. File Added: exception-pickling.diff |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年08月28日 08:40:18 | jafo | unlink | issue1692335 messages |
| 2007年08月23日 15:57:51 | admin | link | issue1692335 messages |
| 2007年08月23日 15:57:51 | admin | create | |