]> granicus.if.org Git - python/commit
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
authorBrett Cannon <brett@python.org>
Wed, 29 Feb 2012 23:31:31 +0000 (18:31 -0500)
committerBrett Cannon <brett@python.org>
Wed, 29 Feb 2012 23:31:31 +0000 (18:31 -0500)
commitefb00c0cc189c1fdee329e8b7fdd07b3fd4a54cf
tree22dc683979e0dd42d049416797b756a5c6a053cd
parent54c32032aa28bdfead50714bf7861c98a9843597
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
the os module.
Include/fileutils.h
Lib/test/test_os.py
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/textio.c
Modules/posixmodule.c
Python/fileutils.c