]> granicus.if.org Git - python/commitdiff
Stronger urge to convert filenames to str before using them as argument to ZipFile...
authorGeorg Brandl <georg@python.org>
Thu, 30 Aug 2007 10:09:42 +0000 (10:09 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 30 Aug 2007 10:09:42 +0000 (10:09 +0000)
Doc/library/zipfile.rst

index ccc3114c8481be008a0a87ddef3de511ed193a2f..7257b35139d0d81bc34f24a3cfeb172ca79617ce 100644 (file)
@@ -223,7 +223,7 @@ ZipFile Objects
    .. note::
 
       There is no official file name encoding for ZIP files. If you have unicode file
-      names, please convert them to byte strings in your desired encoding before
+      names, you must convert them to byte strings in your desired encoding before
       passing them to :meth:`write`. WinZip interprets all file names as encoded in
       CP437, also known as DOS Latin.