commit | 19e4acfa15ec17a748b26770078aad53aa72475f | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 22 15:59:01 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Feb 22 15:59:01 2010 +0000 |
tree | 4a5c4429e74258f5320e86600d7d3dd5f894aef3 | |
parent | 5961b0e35fa6ff73fd420448270fb3143703c59e [diff] [blame] |
#7310: fix the repr() of os.environ
diff --git a/Misc/NEWS b/Misc/NEWS index 021b31a..2db7bc1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -247,6 +247,8 @@ Library ------- +- Issue #7310: fix the __repr__ of os.environ to show the environment variables. + - Issue #7970: email.Generator.flatten now correctly flattens message/rfc822 messages parsed by email.Parser.HeaderParser.