[ python-Bugs-863222 ] os.environ.copy() behaves differently in 2.2 vs. 2.3

SourceForge.net noreply at sourceforge.net
Fri Dec 19 18:02:10 EST 2003


Bugs item #863222, was opened at 2003-12-19 15:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=863222&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gregory Kwok (gkwok)
Assigned to: Nobody/Anonymous (nobody)
Summary: os.environ.copy() behaves differently in 2.2 vs. 2.3

Initial Comment:
Under Python 2.2.x, os.environ.copy() returns a copy of 
the os.environ object. Under Python 2.3.x, it returns 
what is really os.environ.data.copy(), which is different. 
See attached file for more information.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=863222&group_id=5470



More information about the Python-bugs-list mailing list