]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #612627: Add encoding attribute to file objects, and determine
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 10 May 2003 07:10:12 +0000 (07:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 10 May 2003 07:10:12 +0000 (07:10 +0000)
commit5467d4c0e31e9db305a4899a44d7978f83e96649
treecf52a41492d6c1271a4f32ace0a62237daceb63a
parentb7b4ce27f74901258f0b3af1fb9483d8f38feab8
Patch #612627: Add encoding attribute to file objects, and determine
the terminal encoding on Windows and Unix.
Doc/api/concrete.tex
Doc/lib/libstdtypes.tex
Include/fileobject.h
Misc/NEWS
Objects/fileobject.c
Python/sysmodule.c