[issue1193] os.system() encoding bug on Windows

Fan Decheng report at bugs.python.org
Mon Sep 24 06:51:53 CEST 2007


New submission from Fan Decheng:

Python 3.0 uses utf-8 encoding, but os.system() when running on Windows 
uses
the system default encoding, which may be "cp936" or "mbcs". They are
incompatible.

----------
components: Library (Lib)
messages: 56101
nosy: r_mosaic
severity: major
status: open
title: os.system() encoding bug on Windows
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1193>
__________________________________


More information about the Python-bugs-list mailing list