=?utf-8?q?[issue3565]_array_documentation, =09method_names_not_3.0_compliant?=
Martin v. Löwis
report at bugs.python.org
Sat Aug 16 11:22:35 CEST 2008
Martin v. Löwis <martin at v.loewis.de> added the comment:
> 2. Rename "tostring" and "fromstring" methods to "tobytes" and
> "frombytes". I think this is quite important as the value being returned
> can no longer be described as a "string".
I'm not a native speaker (of English), but my understanding is that the
noun "string", in itself, can very well be used to describe this type:
the result is a "byte string", as opposed to a "character string".
Merriam-Webster's seems to agree; meaning 5b(2) is "a sequence of like
items (as bits, characters, or words)"
----------
nosy: +loewis
title: array documentation, method names not 3.0 compliant -> array documentation, method names not 3.0 compliant
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3565>
_______________________________________
More information about the Python-bugs-list
mailing list