]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
authorGuido van Rossum <guido@python.org>
Mon, 3 Dec 2007 22:54:21 +0000 (22:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Dec 2007 22:54:21 +0000 (22:54 +0000)
commite7fc50f2d03a6b62e4b4201c89b2c0185c90f697
tree836034eb187c29177ffaabb74b39ba16ed71ddd1
parentc6fe37bab927bd00e0f2fed8a431adb7d2b6d303
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Include/fileobject.h
Lib/io.py
Lib/test/test_io.py
Objects/complexobject.c
Objects/fileobject.c
Python/import.c
Python/pythonrun.c