Reinhold,

Interesting.

A key difference between the two is that PYTHONINSPECT will allow you access 
to the prompt at the end of your program (assuming no sys.exit or raise 
SystemExit) but code.interact() allows you to jump into the program at any 
point.


"Reinhold Birkenfeld" <[EMAIL PROTECTED]> wrote in 
message news:[EMAIL PROTECTED]

>   /* Check this environment variable at the end, to give programs the
>    * opportunity to set it from Python.
>    */
>
> Reinhold 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to