消息 [107284]
STINNER Victor wrote:
>
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
>
> New version of the patch:
> - charbuffer_encode() uses y* instead of y# format to accept modifiable buffer objects (eg. bytearray)
> - Improve the documentation about the change
>
> @lemburg: So, do you agree with my patch?
No, because y*/y# are not correct replacements for t#. They don't
accept Unicode objects.
t# was meant to provide access to text data, so replacing it with a
parser code that is meant for binary data is not correct. The
closes Python3 gets to t# from Python2 is s# or s*, so please use
those in the NEWS entry and s* in charbuffer_encode(). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-06-07 21:50:23 | lemburg | 修改 | recipients:
+ lemburg, loewis, vstinner |
| 2010-06-07 21:50:21 | lemburg | 链接 | issue8839 messages |
| 2010-06-07 21:50:20 | lemburg | 创建 | |
|