ANN: mxStack Package - Version 0.3.0

M.-A. Lemburg mal at lemburg.com
Fri Apr 16 08:36:40 EDT 1999


Oops, just found a bug in the release. I've just updated
the package archive on starship: there was a bug in the
non-zero testing code.

With the updated version, this should now work correctly:

s = Stack()
while s:
    obj = s.pop()
    # do something with obj
assert len(s) == 0

-- 
Marc-Andre Lemburg                               Y2000: 259 days left
---------------------------------------------------------------------
          : Python Pages >>> http://starship.skyport.net/~lemburg/  :
           ---------------------------------------------------------





More information about the Python-list mailing list