summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-13 15:04:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-13 15:04:58 (GMT)
commitafb0dabaca0fe30a33054e6ecf242c9235aad2f0 (patch)
treeee6f3cc8e93132f78d3468e9be621abfb3c34ee8 /Misc
parent8a64048a22b42426cc45dfb2d713e295e97c768c (diff)
downloadcpython-afb0dabaca0fe30a33054e6ecf242c9235aad2f0.zip
cpython-afb0dabaca0fe30a33054e6ecf242c9235aad2f0.tar.gz
cpython-afb0dabaca0fe30a33054e6ecf242c9235aad2f0.tar.bz2
Backport of r59654.
Issue #4342: Always convert Text.index result to string.
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 b83c731..99e385a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Core and builtins
Library
-------
+- Issue #4342: Always convert Text.index result to string.
+
- Issue 3248: Allow placing ScrolledText in a PanedWindow.
- Issue #4084: Fix max, min, max_mag and min_mag Decimal methods to