]> granicus.if.org Git - python/commit
Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the
authorJohannes Gijsbers <jlg@dds.nl>
Sat, 21 Aug 2004 10:43:29 +0000 (10:43 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sat, 21 Aug 2004 10:43:29 +0000 (10:43 +0000)
commit6d63a8dd09a3be6b5afd7a327bf86bca6be6ff0d
tree026699bbfb559836bbacf0be8d2aca72ca1c381d
parent037b3ee44e7de00b4653d73d4808c0f679a909a7
Patch #1011123: Use urllib.quote() instead of cgi.escape() for encoding the
href attribute in list_directory(). This fixes the links for legal Unix
filenames such as 'a"b'.
Lib/SimpleHTTPServer.py