消息 [105264]
+.. function:: fsencode(value)
+
+ Encode *value* to bytes for use in the file system, environment variables or
+ the command line. Use :func:`sys.getfilesystemencoding` and
+ ``'surrogateescape'`` error handler for str, and keep bytes unchanged.
I'd word the latter sentence as:
Uses :func:`sys.getfilesystemencoding` and ``'surrogateescape'`` error handler for strings and returns bytes unchanged.
Otherwise I think this patch looks good. +1 |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-05-08 05:25:30 | gregory.p.smith | 修改 | recipients:
+ gregory.p.smith, lemburg, loewis, pitrou, vstinner, ezio.melotti, Arfrever |
| 2010-05-08 05:25:29 | gregory.p.smith | 修改 | messageid: <1273296329.97.0.527975218172.issue8514@psf.upfronthosting.co.za> |
| 2010-05-08 05:25:28 | gregory.p.smith | 链接 | issue8514 messages |
| 2010-05-08 05:25:27 | gregory.p.smith | 创建 | |
|