Message253303
The attached patch(cgi.patch) doesn't fix the problem for me: cgi-bug.py still fails with a TypeError. Here is a patch with a test to fix the problem.
With issue20504.diff applied:
$ ./python t.py
5
(Only changed the "assert len(fields["my-arg"].file.read()) == 5" line with "print(len(fields["my-arg"].file.read()))") |
|
Date |
User |
Action |
Args |
2015-10-21 17:43:29 | berker.peksag | set | recipients:
+ berker.peksag, srittau, vstinner, ned.deily, smurfix |
2015-10-21 17:43:28 | berker.peksag | set | messageid: <1445449408.95.0.951426375552.issue20504@psf.upfronthosting.co.za> |
2015-10-21 17:43:28 | berker.peksag | link | issue20504 messages |
2015-10-21 17:43:28 | berker.peksag | create | |
|