diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-02-22 16:59:30 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-02-22 16:59:30 (GMT) |
commit | 3fda93e930ff71b5b7a2bd4270f3a69e90164b2a (patch) | |
tree | c413cb745aa78e86486b1353ec4cb8879f7b7df2 /Misc | |
parent | d2a577d6234c2f09617fe8ba216156f78fade1ab (diff) | |
download | cpython-3fda93e930ff71b5b7a2bd4270f3a69e90164b2a.zip cpython-3fda93e930ff71b5b7a2bd4270f3a69e90164b2a.tar.gz cpython-3fda93e930ff71b5b7a2bd4270f3a69e90164b2a.tar.bz2 |
Merged revisions 78322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78322 | andrew.kuchling | 2010-02-22 11:52:52 -0500 (Mon, 22 Feb 2010) | 9 lines
Merged revisions 78318 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78318 | andrew.kuchling | 2010-02-22 11:26:47 -0500 (Mon, 22 Feb 2010) | 1 line
#7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Core and Builtins Library ------- +- Issue #7597: curses.use_env() can now be called before initscr(). + Noted by Kan-Ru Chen. + - Issue #7310: fix the __repr__ of os.environ to show the environment variables. - Issue #7970: email.Generator.flatten now correctly flattens message/rfc822 |