Patches item #1109658, was opened at 2005-01-26 18:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1109658&group_id=5470
Category: Distutils and setup.py Group: None Status: Open Resolution: None Priority: 5 Submitted By: Anthony Baxter (anthonybaxter) Assigned to: Nobody/Anonymous (nobody) Summary: distutils dry-run breaks when attempting to bytecompile Initial Comment: If you do a distutils --dry-run of an uninstalled package, it will break when it attempts to check if the non-installed .py file needs bytecompiling. The attached patch fixes this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1109658&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
