Patches item #1212287, was opened at 2005-05-31 23:41 Message generated for change (Comment added) made by birkenfeld You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1212287&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Georg Brandl (birkenfeld) >Assigned to: Georg Brandl (birkenfeld) Summary: mode argument for fileinput class Initial Comment: This patch is in follow-up to bug #860515. It allows to specify a mode argument to the fileinput functions which can be r, rb, rU and U. Complete with test and doc. ---------------------------------------------------------------------- >Comment By: Georg Brandl (birkenfeld) Date: 2006-02-19 15:12 Message: Logged In: YES user_id=1188172 Committed in revision 42494. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-12-16 20:42 Message: Logged In: YES user_id=1188172 Any other comments? ---------------------------------------------------------------------- Comment By: John J Lee (jjlee) Date: 2005-12-04 17:36 Message: Logged In: YES user_id=261020 I reviewed this patch and ran the test. Looks good to me. The docs need a \versionchanged for each of the two changed callables. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1212287&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
