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 rhettinger
Recipients SilentGhost, belopolsky, docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, rhettinger, terry.reedy
Date 2010-11-21.22:44:52
SpamBayes Score 0.0046662507
Marked as misclassified No
Message-id <1290379494.62.0.621146237723.issue10461@psf.upfronthosting.co.za>
In-reply-to
Content
Éric, please apply most of these.

In the atexit patch, the first change is wrong.  Change it to a try/except/finally or skip it altogether.

In the collections patch, only include the change for the tail example; the other two should remain unchanged.

Skip the difflib patch entirely.  It unnecessarily makes the example confusing and hard to follow.

Change the cmd patch to:
+            with open(arg) as f:
+                self.cmdqueue.extend(f.read().splitlines())
History
Date User Action Args
2010-11-21 22:44:54rhettingersetrecipients: + rhettinger, georg.brandl, terry.reedy, belopolsky, ezio.melotti, eric.araujo, eli.bendersky, SilentGhost, docs@python
2010-11-21 22:44:54rhettingersetmessageid: <1290379494.62.0.621146237723.issue10461@psf.upfronthosting.co.za>
2010-11-21 22:44:53rhettingerlinkissue10461 messages
2010-11-21 22:44:53rhettingercreate