[issue10468] Document UnicodeError access functions

2010-11-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, reviewed and applied in r86705. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue10468] Document UnicodeError access functions

2010-11-21 Thread Eli Bendersky
Changes by Eli Bendersky : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue10468] Document UnicodeError access functions

2010-11-21 Thread Eli Bendersky
Eli Bendersky added the comment: 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 -- keywords: +patch Added file: http://bugs.python.org/file19747/issue10468.1.patch __

[issue10468] Document UnicodeError access functions

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: >From IRC: the PyUnicode*Error_Foo access functions are not documented they are in exceptions.c / pyerrors.h -- ___ Python tracker ___

[issue10468] Document UnicodeError access functions

2010-11-20 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue10468] Document UnicodeError access functions

2010-11-20 Thread Georg Brandl
New submission from Georg Brandl : 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. -- assignee: d...@python components: Documentation messages: 121641 nosy: d...@p