diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-11-21 19:10:07 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-11-21 19:10:07 (GMT) |
commit | 09f0dd5842b7bb67ead5df59a367196261d87a71 (patch) | |
tree | 8d20cf4513a0526a227fde66f76c1ffc490c92f1 /Misc | |
parent | 705fd474e9e7e55dbaff1f7ecfd5414c5272435d (diff) | |
download | cpython-09f0dd5842b7bb67ead5df59a367196261d87a71.zip cpython-09f0dd5842b7bb67ead5df59a367196261d87a71.tar.gz cpython-09f0dd5842b7bb67ead5df59a367196261d87a71.tar.bz2 |
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().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -551,6 +551,8 @@ Library - Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" to ``encodings.aliases``. +- ` uu.encode()`` and ``uu.decode()`` now support unicode filenames. + Build ----- |