[issue8925] Improve c-api/arg.rst: use "bytes" or "str" types instead of "string"

Éric Araujo report at bugs.python.org
Mon Jun 14 00:21:35 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

haypo, I was not speaking about documenting the buffer protocol in general, but reacting to this specific change in your patch/commit:

-   buffer protocol (such as :class:`bytes` or :class:`bytearray` objects).
+   buffer protocol.

Before the commit, the term “buffer protocol” was explained by the two examples with links, but now there’s neither link nor example, which is arguably a doc regression <wink>.

----------
title: Improve c-api/arg.rst: use "bytes" or "str" types instead	of "string" -> Improve c-api/arg.rst: use "bytes" or "str" types instead of "string"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8925>
_______________________________________


More information about the Python-bugs-list mailing list