[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Reviewed and applied in r86562. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: Georg, Thanks. Submitting fixed patch with 3-space indentation in directives. -- Added file: http://bugs.python.org/file19662/issue10439.3.patch ___ Python tracker

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Please also keep to 3-space indentation in directives. -- ___ Python tracker ___ ___ Python-bugs-list

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: Amaury, Thanks for the review & comments. I'm attaching a fixed patch. -- Added file: http://bugs.python.org/file19661/issue10439.2.patch ___ Python tracker __

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Thanks for the patch, it looks good, I have 2 remarks though: - "under the name name" could be replaced by "under the given name". - "The *search_function*'s refcount is incremented by this function." This information is not useful to the caller - she ju

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: Submitting a patch. What was touched: 1. Include/codecs.h - minor inaccuracy and inconsistency in a comment 2. Doc/c-api/codec.rst - new reST documentation file for the codecs.h C API 3. Doc/c-api/utilities.rst - for linking to codec.rst, per Georg's suggestion

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Yes, apparently the parameter was (intended to be) called "error" at some point. Can you put the correction in your patch? -- ___ Python tracker __

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: While preparing a .rst document for this, I ran into a possible inaccuracy in a comment in codecs.h: /* Lookup the error handling callback function registered under the name error. As a special case NULL can be passed, in which case the error handling cal

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Please call it codec.rst. It is probably best placed under "utilities". -- nosy: +georg.brandl ___ Python tracker ___ __

[issue10439] PyCodec C API is not documented in reST

2010-11-20 Thread Eli Bendersky
Eli Bendersky added the comment: I will write a codecs.rst for this. Any suggestion of where in c-api/index.html it should be linked? -- nosy: +eli.bendersky ___ Python tracker ___

[issue10439] PyCodec C API is not documented in reST

2010-11-16 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue10439] PyCodec C API is not documented in reST

2010-11-16 Thread Alexander Belopolsky
New submission from Alexander Belopolsky : Python Codec Registry and support functions are well documented in codecs.h header file. It should be easy to convert that to reST. -- assignee: d...@python components: Documentation keywords: easy messages: 121329 nosy: belopolsky, d...@pytho