The Object superclass isn't being used, is it? It seems like an idea
that didn't end up being used, and it's somewhat in conflict with the
object class in Python 2.2.
Ian
___
Don't miss the 2002 Sprint PCS Application Developer'
On May 31, 2002 11:31 am, Ian Bicking wrote:
> On Fri, 2002-05-31 at 13:10, Tavis Rudd wrote:
> > It's based on Steve Purcell's httpsession.py. Unfortunately I've recently
> > discovered that httpsession.py is based on Python's original urllib
> > rather than urllib2 so it doesn't work with https
On Fri, 2002-05-31 at 12:56, Geoffrey Talvola wrote:
> It might be useful to look at the revision history in CVS -- you may be able
> to figure out where it broke. But it sounds like this whole area needs a
> rewrite anyway.
I'm going to try to rewrite this. I'm going to do it for the extra-pat
On Fri, 2002-05-31 at 13:10, Tavis Rudd wrote:
> It's based on Steve Purcell's httpsession.py. Unfortunately I've recently
> discovered that httpsession.py is based on Python's original urllib rather
> than urllib2 so it doesn't work with https requests. That shouldn't be a
> problem for testi
On May 31, 2002 10:56 am, Geoffrey Talvola wrote:
> It might be useful to look at the revision history in CVS -- you may be
> able to figure out where it broke. But it sounds like this whole area
> needs a rewrite anyway.
>
> As an aside, we really need automated regression testing for WebKit so
It might be useful to look at the revision history in CVS -- you may be able
to figure out where it broke. But it sounds like this whole area needs a
rewrite anyway.
As an aside, we really need automated regression testing for WebKit so we
can catch these types of problems before they get checke
extraURLPath is definitely broken in 0.7. You can reproduce by turning
the setting on (of course), and then accessing:
/Examples/View/test
which should work, as the extra /test should be ignored (and was in past
versions). This *does* work:
/Examples/View.py/test
I looked into this quite a b