I just noticed that WebKit/HTTPResponse.py has two setCookie methods
defined:

Line 95-96:
    def setCookie(self, name, value, path='/', expires='ONCLOSE',
              secure=False):

Line 113:
    def setCookie(self, name, value):

Is this a mistake? The first one is not accessible because the method is
redefined later (or at least this is how it behaves)

...Edmund.



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to