]> granicus.if.org Git - python/commitdiff
Issue #15861: tkinter now correctly works with lists and tuples containing
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:58:14 +0000 (17:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 15:58:14 +0000 (17:58 +0200)
strings with whitespaces, backslashes or unbalanced braces.

1  2 
Lib/tkinter/__init__.py
Misc/NEWS

index 6755be63894b40f685a5c127a82ec44651e81896,a6ad88823a8bd3a3efcf4062942c7722ef0108ff..ea2370569915ee26ef11934d7c8863f5ff426e8d
@@@ -40,8 -39,8 +40,9 @@@ import warning
  import _tkinter # If this fails your Python may not be configured for Tk
  TclError = _tkinter.TclError
  from tkinter.constants import *
+ import re
  
 +
  wantobjects = 1
  
  TkVersion = float(_tkinter.TK_VERSION)
diff --cc Misc/NEWS
Simple merge