Python Code Auditing Tool

2005-02-01 Thread Robey Holderith
sible errors that might occur would be. -Robey Holderith -- http://mail.python.org/mailman/listinfo/python-list

Re: curl and popen2

2005-02-01 Thread Robey Holderith
> Many of the more "sophisticated" command line applications use stderr to write things that are intended directly for the user's eyes. The idea is that it is often useful to have the file itself be written to stdout so that pipes can be used, but the user still needs to see wh

Re: Python Code Auditing Tool

2005-02-01 Thread Robey Holderith
On Tue, 01 Feb 2005 21:52:28 -0800, Paul Rubin wrote: > Robey Holderith <[EMAIL PROTECTED]> writes: >> Does anybody know of a tool that can tell me all possible exceptions that >> might occur in each line of code? What I'm hoping to find is something >>

Re: Newbie Question

2005-02-01 Thread Robey Holderith
ndlers like you do CGI. This problem likely lies in your configuration and not in your code. I would look at mod_python's documentation some more and probably start with mod_python's PublisherHandler for initial testing and experimentation. -Robey Holderith > Thanks in advance, > Joel -- http://mail.python.org/mailman/listinfo/python-list