<[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> I'm a bit baffled.  Here is a bit of fairly straightforward code:
>
> def _chunkify( l, chunkSize, _curList = list() ):
>    print _curList   # yay for printf debugging

Check out Winpdb at http://www.digitalpeers.com/pythondebugger/.

-- Paul


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to