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

Martin v. Löwis report at bugs.python.org
Thu May 6 06:52:23 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

>> I notice an incompatible change: posix.environ has now a
>> different element type. This is probably fine.
> 
> I don't understand, what is an "element type"?

In a container, the contents is sometimes called "elements"; their
type is the element type. Currently, keys and values are strings;
with the change, they are bytes.

----------

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


More information about the Python-bugs-list mailing list