[issue32029] cgi: TypeError when no argument string is found

2017-11-14 Thread Berker Peksag
Berker Peksag added the comment: Thank you for your report. This looks like a duplicate of issue 2. You might workaround this by passing ``headers={"Content-Disposition": "inline"}`` to cgi.FieldStorage() (untested) -- nosy: +berker.peksag resolution: ->

[issue32029] cgi: TypeError when no argument string is found

2017-11-14 Thread Sebastian Rittau
Change by Sebastian Rittau : -- components: +Library (Lib) title: cgi: TypeError -> cgi: TypeError when no argument string is found ___ Python tracker