]> granicus.if.org Git - python/commit
Bug #1462152: file() now checks more thoroughly for invalid mode
authorGeorg Brandl <georg@python.org>
Thu, 18 May 2006 07:01:27 +0000 (07:01 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 18 May 2006 07:01:27 +0000 (07:01 +0000)
commit7b90e168f3d27f10cc087da2b9be1289722e7172
treef2f5027e63e3a10ae21ee9abbf5d25dc57f45917
parentb678ce5aa67d890bb080df19fa35a232a19dac65
Bug #1462152: file() now checks more thoroughly for invalid mode
strings and removes a possible "U" before passing the mode to the
C library function.
Doc/lib/libfuncs.tex
Lib/test/test_file.py
Misc/NEWS
Objects/fileobject.c