a heisenbug

Gregory Ewing greg.ewing at canterbury.ac.nz
Mon Aug 28 19:03:59 EDT 2017


Chris Angelico wrote:
> It's a bit surprising but only an issue with interactive work.
> (You won't use help() elsewhere.)

Unless you decide to put help(collections) at the top
of your program because it makes the bug go away. :-)

-- 
Greg



More information about the Python-list mailing list