diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 16:03:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 16:03:04 (GMT) |
commit | e354d78b30dcb12c855a425e2404e478d36a5b95 (patch) | |
tree | 9585d788611d03e535c40c0b8b12ae3e81074522 /Misc | |
parent | 7560d7a2457c20f507bb2bc665ffae51e3fb668c (diff) | |
download | cpython-e354d78b30dcb12c855a425e2404e478d36a5b95.zip cpython-e354d78b30dcb12c855a425e2404e478d36a5b95.tar.gz cpython-e354d78b30dcb12c855a425e2404e478d36a5b95.tar.bz2 |
Merged revisions 68006 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68006 | martin.v.loewis | 2008-12-29 16:51:01 +0100 (Mo, 29 Dez 2008) | 2 lines
Issue #3248: Allow placing ScrolledText in a PanedWindow.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ Core and Builtins Library ------- +- Issue #3248: Allow placing ScrolledText in a PanedWindow. + - Issue #4444: Allow assertRaises() to be used as a context handler, so that the code under test can be written inline if more practical. |