Patches item #1094387, was opened at 2005-01-02 11:22 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1094387&group_id=5470
Category: Library (Lib) Group: Python 2.5 Status: Open >Resolution: Out of Date Priority: 5 Submitted By: Matthias Klose (doko) Assigned to: Nobody/Anonymous (nobody) Summary: os.py: base class _Environ on dict instead of UserDict Initial Comment: os.py doesn't have a note, that is has to stay compatible with python2.2 and before. Use the builtin dict class for handling the environment. ---------------------------------------------------------------------- >Comment By: Martin v. L�wis (loewis) Date: 2005-03-04 00:43 Message: Logged In: YES user_id=21627 The patch is currently outdated. However, I'm wondering what the advantage of inheriting from dict is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1094387&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
