On Tue, Sep 24, 2002 at 06:15:27AM -0400, Greg M wrote:
> > Using a FIFO queue instead of a LIFO stack for parsed URLs could solve the
> > problem.  But I haven't looked at the source - I'm not really comfortable
> with
> > Python ;-)

> FIFO also makes sense with the way people read documents. This way, a

This sounded like such a good idea that I finally bit the bullet, poked my
head into the source code, and - I think - fixed it for myself :-)

For plucker-dev people (I'm not on that list, sorry - dont consider myself
good enough for that), all I did was change two occurrences of "-1" in "def
process" to "0"s.  I am guessing Python arrays start at 0, not 1, but hey it
seemed to work so I guess I guessed right :-)

Now Plucker is an even greater product!
_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to