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 xuanji
Recipients the_isz, xuanji
Date 2010-11-20.14:44:47
SpamBayes Score 5.518152e-06
Marked as misclassified No
Message-id <1290264289.26.0.363095815826.issue10464@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-11-20 14:44:49xuanjisetrecipients: + xuanji, the_isz
2010-11-20 14:44:49xuanjisetmessageid: <1290264289.26.0.363095815826.issue10464@psf.upfronthosting.co.za>
2010-11-20 14:44:47xuanjilinkissue10464 messages
2010-11-20 14:44:47xuanjicreate