commit | 99aa2a413258895725e0fe96a2ac182a024318f8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 23 17:27:05 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 23 17:27:05 1996 +0000 |
tree | 9d7395782743b1d42febf4208e5aaf590ee9259f | |
parent | 71e315b9d90aca5b5b74ca6cf78abf6f7be744b7 [diff] |
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...).