summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-11-19 09:09:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-11-19 09:09:41 (GMT)
commitbb9b1f1d4a3f1c246aa5cb83cf96a33f13e66427 (patch)
tree5b359656d68f248c8a1e9ae5d7a72055fe1e6584 /Misc
parent65e8fc7fc13dfb1953fa968cdf2bce49311d2143 (diff)
downloadcpython-bb9b1f1d4a3f1c246aa5cb83cf96a33f13e66427.zip
cpython-bb9b1f1d4a3f1c246aa5cb83cf96a33f13e66427.tar.gz
cpython-bb9b1f1d4a3f1c246aa5cb83cf96a33f13e66427.tar.bz2
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 d84ec84..1214959 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@ Core and Builtins
Library
-------
+- Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__.
+
- httplib.HTTPConnection.putheader() now accepts an arbitrary number of values
for any header, matching what the documentation has claimed for a while.