[issue1778443] robotparser.py fixes

Raymond Hettinger report at bugs.python.org
Tue Jun 17 16:04:54 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> 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 <report at bugs.python.org>
<http://bugs.python.org/issue1778443>
_______________________________________


More information about the Python-bugs-list mailing list