[issue8603] Create a bytes version of os.environ and getenvb()

STINNER Victor report at bugs.python.org
Mon May 3 16:25:45 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> The patch is also missing code which keeps the two dictionaries in
> sync. If os.environ changes, os.environb would have to change as
> well.

No, it doesn't :-) os.environ and os.environb are synchronized and there is a test for this! ;-)

I will see later for your other comments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8603>
_______________________________________


More information about the Python-bugs-list mailing list