This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients Ramchandra Apte, chris.jerdonek, docs@python, ezio.melotti, python-dev
Date 2012-09-24.14:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348497255.49.0.774432141744.issue16020@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report.  Minor clarification for future reference.  Subsequent lines should begin with "..." (when doctest-style is used):

>>> def breadth_first_search(unsearched):
...     node = unsearched.popleft()
etc.
History
Date User Action Args
2012-09-24 14:34:15chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, docs@python, python-dev, Ramchandra Apte
2012-09-24 14:34:15chris.jerdoneksetmessageid: <1348497255.49.0.774432141744.issue16020@psf.upfronthosting.co.za>
2012-09-24 14:34:15chris.jerdoneklinkissue16020 messages
2012-09-24 14:34:14chris.jerdonekcreate