[issue5059] Policy.DomainStrict in cookielib example code

2009-02-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69293. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue5059] Policy.DomainStrict in cookielib example code

2009-01-25 Thread Attila Babo
New submission from Attila Babo : Example code at the bottom of cookielib documentation has an error: policy = DefaultCookiePolicy( rfc2965=True, strict_ns_domain=Policy.DomainStrict, blocked_domains=["ads.net", ".ads.net"]) The corrected version is policy = DefaultCookiePolicy( rfc2