summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-11-19 09:11:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-11-19 09:11:49 (GMT)
commitfc1e0efa799c8ae58b2e8dc3a0c8ddf3c356ad09 (patch)
tree3eadcfa0c0dc56a0d4bef757f4e1670ca104ad4e /Misc
parent83be3d268d0a109eff6bbdd9b453edcac6c6c33f (diff)
downloadcpython-fc1e0efa799c8ae58b2e8dc3a0c8ddf3c356ad09.zip
cpython-fc1e0efa799c8ae58b2e8dc3a0c8ddf3c356ad09.tar.gz
cpython-fc1e0efa799c8ae58b2e8dc3a0c8ddf3c356ad09.tar.bz2
Merged revisions 67279 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ab8937..f046559 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
Library
-------
+- Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__.
+
- Issue #3774: Fixed an error when create a Tkinter menu item without command
and then remove it.