- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message91732
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 | amaury.forgeotdarc |
|---|---|
| Recipients | Arfrever, amaury.forgeotdarc, lemburg, loewis, vstinner |
| Date | 2009-08-19.14:45:55 |
| SpamBayes Score | 4.617835e-05 |
| Marked as misclassified | No |
| Message-id | <1250693156.78.0.179185732942.issue6697@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The %U format seems adequate for this purpose - actually PyObject_GenericSetAttr uses it already. Yes, the exception message will contain the same lone UTF-8 surrogates; this is not a problem because sys.stderr uses the "backslashreplace" error handler. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-08-19 14:45:56 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, lemburg, loewis, vstinner, Arfrever |
| 2009-08-19 14:45:56 | amaury.forgeotdarc | set | messageid: <1250693156.78.0.179185732942.issue6697@psf.upfronthosting.co.za> |
| 2009-08-19 14:45:55 | amaury.forgeotdarc | link | issue6697 messages |
| 2009-08-19 14:45:55 | amaury.forgeotdarc | create | |

