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.
Created on 2010年11月20日 13:47 by georg.brandl, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue10468.1.patch | eli.bendersky, 2010年11月21日 14:51 | |||
| Messages (4) | |||
|---|---|---|---|
| msg121641 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年11月20日 13:47 | |
There are a couple of functions for accessing UnicodeError subclass properties that are needed e.g. in codec error handlers. They should be documented in exceptions.rst. |
|||
| msg121642 - (view) | Author: Eli Bendersky (eli.bendersky) * (Python committer) | Date: 2010年11月20日 13:49 | |
From IRC: the PyUnicode*Error_Foo access functions are not documented they are in exceptions.c / pyerrors.h |
|||
| msg121934 - (view) | Author: Eli Bendersky (eli.bendersky) * (Python committer) | Date: 2010年11月21日 14:51 | |
Attaching a patch for Doc/c-api/exceptions.rst Added a new section named "Unicode exceptions", and documented the relevant functions from Include/pyerrors.h |
|||
| msg122201 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年11月23日 07:54 | |
Thanks, reviewed and applied in r86705. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54677 |
| 2010年11月23日 07:54:33 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg122201 |
| 2010年11月21日 15:11:46 | eli.bendersky | set | stage: patch review |
| 2010年11月21日 14:51:54 | eli.bendersky | set | files:
+ issue10468.1.patch keywords: + patch messages: + msg121934 |
| 2010年11月20日 13:49:13 | eli.bendersky | set | messages: + msg121642 |
| 2010年11月20日 13:48:11 | eli.bendersky | set | nosy:
+ eli.bendersky |
| 2010年11月20日 13:47:40 | georg.brandl | create | |