Xuanji Li <xua...@gmail.com> added the comment:

The issue seems to be that when shlex (the lexer that netrc uses) sees a '#' 
character it thinks that the rest of the line is a comment. I am not sure what 
the behavior of netrc should be - should it treat '#' as beginning a comment 
only if its the first non-whitespace character on a line? Should shlex be 
changed to reflect this?

----------

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

Reply via email to