All of these print to stdout, but the wording suggests they do different things
although "sending to browser" doesn't make sense in python:
I: send the file inline to the browser. The plug-in is used if available. The
name given by name is used when one selects the "Save as" option on the link
generating the PDF.
D: send to the browser and force a file download with the name given by name.
S: return the document as a string. name is ignored.
You are probably better of doing "raise NotImplemented" on at least I and D or
removing them altogether.
Original issue reported on code.google.com by kitsu...@gmail.com on 13 Sep 2012 at 9:15
Original issue reported on code.google.com by
kitsu...@gmail.com
on 13 Sep 2012 at 9:15