Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

É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())

----------
assignee: rhettinger -> eric.araujo
resolution:  -> accepted
stage: needs patch -> commit review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10461>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to