- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message75886
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 | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, erickt |
| Date | 2008-11-14.21:39:46 |
| SpamBayes Score | 0.008121038 |
| Marked as misclassified | No |
| Message-id | <1226698787.72.0.739849906379.issue4322@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is because these errors use the code object's name attribute (f.func_code.co_name) for error messages. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-11-14 21:39:47 | benjamin.peterson | set | recipients: + benjamin.peterson, erickt |
| 2008-11-14 21:39:47 | benjamin.peterson | set | messageid: <1226698787.72.0.739849906379.issue4322@psf.upfronthosting.co.za> |
| 2008-11-14 21:39:46 | benjamin.peterson | link | issue4322 messages |
| 2008-11-14 21:39:46 | benjamin.peterson | create | |

