Sullivan WxPyQtKinter enlightened us with:
> Sorry I do not quite understand what is the difference between an
> internal redirection and an external one?

External:
    - Browser requests URL A
    - Server responds "Go to URL B"
    - Browser requests URL B
    - Server responds with contents of B
    - Browser displays B

Internal:
    - Browser requests URL A
    - Server responds with contents of B
    - Browser displays B

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to