Cheryl Sabella <[email protected]> added the comment:
I'm missing something here, so please forgive me for asking, but why is it bad
to add:
def keys(self):
return self._data.keys()
def values(self):
return self._data.values()
def items(self):
return self._data.items()
to the _Environ class?
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32300>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com