Petri Lehtinen <[email protected]> added the comment: Éric Araujo wrote: > Petri: these helper functions are all about convenienve. I would > reject a patch for a function just doing open+read, but here I think > that doing os.path.join+open+read is worth a function. We use such > helpers all the time in packaging tests and it helps reducing > boilerplate, without being very hard to understand.
Ok, sounds reasonable. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12721> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
