]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use basestring instead of type.StringType for checking whether a input
authorWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 19:10:07 +0000 (19:10 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 21 Nov 2005 19:10:07 +0000 (19:10 +0000)
commit09f0dd5842b7bb67ead5df59a367196261d87a71
tree8d20cf4513a0526a227fde66f76c1ffc490c92f1
parent705fd474e9e7e55dbaff1f7ecfd5414c5272435d
Use basestring instead of type.StringType for checking whether a input
or output file is a file name instead of a file object. This enables
unicode file names as arguments to uu.encode() and uu.decode().
Lib/uu.py
Misc/NEWS