Patches item #1440928, was opened at 2006-03-01 13:29 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=1440928&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: None Status: Open Resolution: None Priority: 5 Submitted By: Frederik 'Freso' S. Olesen (freso) Assigned to: Nobody/Anonymous (nobody) Summary: Inconsistency in os' function naming Initial Comment: The os module uses get/set for pretty much everything, except for env, where it uses get/put. It still uses un_set_env though. This patch makes a newfunction setenv if putenv is available, and makes setenv(key, value) call putenv(key, value). I wasn't sure whether to use default values (key=None, value=None) or not, but I ended up doing so anyway. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1440928&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
