PEP 222 draft

Michael Ströder michael at stroeder.com
Fri Dec 22 14:47:58 EST 2000


"A.M. Kuchling" wrote:
> 
>     class Request:
>
>         def isSecure(self):
>             "Return true if this is an SSLified request"

This method should either take a parameter or use an object
attribute to check the currently used cipher used against a list of
accepted ciphers to enforce a local policy or be renamed to
something like isSslConn() which does not mean much...

Ciao, Michael.



More information about the Python-list mailing list