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 jerub
Recipients dmalcolm, eric.araujo, jdennis, jerub, tarek
Date 2011-06-24.23:30:57
SpamBayes Score 1.7983806e-05
Marked as misclassified No
Message-id <1308958258.28.0.160741724497.issue11104@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the patch to address the 'why not use .strip()' question. I used .rstrip('\r\n') on the basis that filenames may have leading or trailing spaces, and if you need that, you need to be able to specify that in a MANIFEST, but it is perfectly logical to disallow them, so here's a patch that doesn't support them.

It also reduces the line count by 2 because I'm composing the 'comment' and 'blank line' cases.
History
Date User Action Args
2011-06-24 23:30:58jerubsetrecipients: + jerub, tarek, eric.araujo, dmalcolm, jdennis
2011-06-24 23:30:58jerubsetmessageid: <1308958258.28.0.160741724497.issue11104@psf.upfronthosting.co.za>
2011-06-24 23:30:57jerublinkissue11104 messages
2011-06-24 23:30:57jerubcreate