Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 5657:7e1b2a723253
Add missing caveat about the BinaryFieldStorage class.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 19 Mar 2019 22:01:13 -0400 |
| parents | d26d2590cd8c |
| children | d660d1c1ba63 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Tue Mar 19 21:58:49 2019 -0400 +++ b/roundup/cgi/client.py Tue Mar 19 22:01:13 2019 -0400 @@ -237,6 +237,10 @@ needed for handling json and xml data blobs under python 3. Under python 2, str and binary are interchangable, not so under 3. + + Note that there may be places where this should support text mode. + (e.g. a large text file upload??). None are known, but this could be + a problem. ''' def make_file(self, mode=None): ''' work around https://bugs.python.org/issue27777 '''
