]> granicus.if.org Git - python/commit
Remove all CRLF -> LF translation for file uploads, since we cannot
authorGuido van Rossum <guido@python.org>
Tue, 23 Jul 1996 17:27:05 +0000 (17:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jul 1996 17:27:05 +0000 (17:27 +0000)
commit99aa2a413258895725e0fe96a2ac182a024318f8
tree9d7395782743b1d42febf4208e5aaf590ee9259f
parent71e315b9d90aca5b5b74ca6cf78abf6f7be744b7
Remove all CRLF -> LF translation for file uploads, since we cannot
reliably distinguish binary files from text files (and Mac Netscape
sends all files in "binary" form, i.e. it sends text files with only
CR delimiters...).
Lib/cgi.py