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-25.15:12:00
SpamBayes Score 2.8330696e-08
Marked as misclassified No
Message-id <1290697924.61.0.721381578771.issue10464@psf.upfronthosting.co.za>
In-reply-to
Content
The patch attached (issue_10464_fix) moves handling of the '#' character from shlex to netrc, and makes netrc consider as comments lines whose first not-whitespace character is '#' instead of all text following '#' (which is what shlex does and which causes this bug). It also includes a test case.
History
Date User Action Args
2010-11-25 15:12:04xuanjisetrecipients: + xuanji, the_isz
2010-11-25 15:12:04xuanjisetmessageid: <1290697924.61.0.721381578771.issue10464@psf.upfronthosting.co.za>
2010-11-25 15:12:01xuanjilinkissue10464 messages
2010-11-25 15:12:01xuanjicreate