Raymond Hettinger <[EMAIL PROTECTED]> added the comment:

These changes mostly look fine but shouldn't go it until after the 
beta.  This is really the wrong time in the release cycle to be making 
minor spacing changes and making it harder to get a meaningful "svn 
ann".

BTW, the first change should go the distance and use map() instead of a 
list comprehension:  
   lines = map(str.strip, f)

----------
nosy: +rhettinger
priority: normal -> low
versions: +Python 2.6 -Python 2.5

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1778443>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to