[Patches] [ python-Patches-1094387 ] os.py: base class _Environ on dict instead of UserDict

SourceForge.net noreply at sourceforge.net
Sat Mar 10 17:08:17 CET 2007


Patches item #1094387, was opened at 2005-01-02 05:22
Message generated for change (Comment added) made by collinwinter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1094387&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: Out of Date
Priority: 5
Private: No
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: Collin Winter (collinwinter)
Date: 2007-03-10 11:08

Message:
Logged In: YES 
user_id=1344176
Originator: NO

Patch #1367711 does the same thing and is against a more recent checkout;
closing.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-03-03 18: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


More information about the Patches mailing list