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 hynek
Recipients eric.araujo, hynek, petri.lehtinen, tarek
Date 2011-08-11.07:39:01
SpamBayes Score 0.0003518909
Marked as misclassified No
Message-id <1313048342.78.0.433603848438.issue12721@psf.upfronthosting.co.za>
In-reply-to
Content
I tend to agree on public APIs, however in this case of a helper function the use case with a join is really really common so this extra function comes in very handy. I also kept it using lists, so it's more obvious than tuples.

JFTR it wasn't my idea, so I'm not defensive about my own idea here. :)  I just re-implemented it for read_file b/c it's really handy and saves a lot of typing.
History
Date User Action Args
2011-08-11 07:39:02hyneksetrecipients: + hynek, tarek, eric.araujo, petri.lehtinen
2011-08-11 07:39:02hyneksetmessageid: <1313048342.78.0.433603848438.issue12721@psf.upfronthosting.co.za>
2011-08-11 07:39:02hyneklinkissue12721 messages
2011-08-11 07:39:01hynekcreate