Patches item #1479181, was opened at 2006-04-29 21:12 Message generated for change (Comment added) made by nnorwitz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479181&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: Core (C code) Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Aahz (aahz) Assigned to: Neal Norwitz (nnorwitz) Summary: Split open() and file() Initial Comment: Make open() a factory function instead of an alias to file(). Includes doc patches and a bugfix to Lib/test/test_subprocess.py (which was relying on open() being an alias to file()). There were no other changes to the test suite -- this appears to be a completely transparent fix. ---------------------------------------------------------------------- >Comment By: Neal Norwitz (nnorwitz) Date: 2006-05-01 21:43 Message: Logged In: YES user_id=33168 Minor doc mods. Committed revision 45850. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1479181&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
