RE:pybuild sphinxdoc and extensions

2014-04-09 Thread PICCA Frederic-Emmanuel
> Yes. Which wiki page? URL? this one [1] > Ahum... "maintaining a patch" is probably an overstatement here. > Here's an example "diff" (not a valid diff for computers, but enough for > understanding by humans): > extensions = ['sphinx.ext.autodoc', > 'sphinx.ext.todo', >

Re: pybuild sphinxdoc and extensions

2014-04-09 Thread Thomas Goirand
On 04/07/2014 03:39 PM, picca wrote: >> As for http_proxy='localhost', it's much better to write >> http_proxy='127.0.0.1:9', as there really could be a web proxy running >> on localhost, and you don't really want to use it, do you? > > I just used the snipset of the wiki page explaining the libra

Re: Python CGI sandboxing advice (packaging of Online Python Tutor)

2014-04-09 Thread Olivier Berger
Hi. Jakub Wilk writes: > * Jakub Wilk , 2014-02-13, 00:27: >>>The CGI's code is supposed to be safeguarding against abuse, >>The protection is not very good. (I'll disclose the details later.) > > The exploit I had in mind was: > > import re > from re import sys > imp = re.sys.

Re: Python CGI sandboxing advice (packaging of Online Python Tutor)

2014-04-09 Thread Jakub Wilk
* Jakub Wilk , 2014-02-13, 00:27: The CGI's code is supposed to be safeguarding against abuse, The protection is not very good. (I'll disclose the details later.) The exploit I had in mind was: import re from re import sys imp = re.sys.modules['imp'] posix = im