mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
- os.environ is always `str` in Python 3. - The only string type is `str` so we can stop using `six.str_types`. - `iteritems()` isn't necessary because dicts have the `items()` method.