消息 [124693]
decoding_fgets() decodes the input filename from UTF-8 whereas the filename is encoded to the filesystem encoding. PyUnicode_DecodeFSDefault() should be used.
decoding_fgets() raises a SyntaxError("Non-UTF-8 code starting with '\xHH' in file xxx on line xxx, but no encoding declared; ...").
indenterror() (inconsistent use of tabs and spaces in indentation) and |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-12-27 01:57:03 | vstinner | 修改 | recipients:
+ vstinner |
| 2010-12-27 01:57:03 | vstinner | 修改 | messageid: <1293415023.66.0.544290735249.issue10778@psf.upfronthosting.co.za> |
| 2010-12-27 01:57:01 | vstinner | 链接 | issue10778 messages |
| 2010-12-27 01:57:01 | vstinner | 创建 | |
|