- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message121430
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 | brett.cannon |
|---|---|
| Recipients | brett.cannon, eric.araujo, terry.reedy |
| Date | 2010-11-18.02:56:12 |
| SpamBayes Score | 3.9974668e-05 |
| Marked as misclassified | No |
| Message-id | <1290048988.65.0.666028201805.issue8754@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyErr_Format doesn't need to change, just it's argument. A call to PyObject_Repr() (w/ proper error checking) should be all that is needed. And no, I don't make any "you do the Python, I'll do the C" deals because the Python part is the fun part. =) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-11-18 02:56:28 | brett.cannon | set | recipients: + brett.cannon, terry.reedy, eric.araujo |
| 2010-11-18 02:56:28 | brett.cannon | set | messageid: <1290048988.65.0.666028201805.issue8754@psf.upfronthosting.co.za> |
| 2010-11-18 02:56:13 | brett.cannon | link | issue8754 messages |
| 2010-11-18 02:56:12 | brett.cannon | create | |

