On Fri, Oct 5, 2012 at 2:03 PM, Mike <mike20...@gmail.com> wrote:
> I added the print command.
>
> It prints [] when there is no data.

Change "iter(next_r, None)" to "iter(next_r, [])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to