This bug was fixed in the package python2.7 - 2.7.11-9 --------------- python2.7 (2.7.11-9) unstable; urgency=medium
* Update to 20160509 from the 2.7 branch. - Issue #25745: Fixed leaking a userptr in curses panel destructor. - Issue #17765: weakref.ref() no longer silently ignores keyword arguments. - Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags instead of silently return incorrect result. - Issue #24114: Fix an uninitialized variable in `ctypes.util`. - Issue #26864: In urllib, change the proxy bypass host checking against no_proxy to be case-insensitive, and to not match unrelated host names that happen to have a bypassed hostname as a suffix. - Issue #26804: urllib will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. - Issue #26837: assertSequenceEqual() now correctly outputs non-stringified differing items. This affects assertListEqual() and assertTupleEqual(). - Issue #26822: itemgetter, attrgetter and methodcaller objects no longer silently ignore keyword arguments. - Issue #26657: Fix directory traversal vulnerability with SimpleHTTPServer on Windows. This fixes a regression that was introduced in 2.7.7. - Issue #26736: Used HTTPS for external links in the documentation if possible. - Issue #22359: Avoid incorrect recursive $(MAKE), and disable the rules for running pgen when cross-compiling. - Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. * Fix issue #26673, runtime error in idle3. LP: #1578927. -- Matthias Klose <d...@debian.org> Mon, 09 May 2016 17:54:33 +0200 ** Changed in: python2.7 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python2.7 in Ubuntu. https://bugs.launchpad.net/bugs/1578927 Title: idle crashes on configure through menu Status in Python: New Status in python2.7 package in Ubuntu: Fix Released Status in python2.7 source package in Xenial: New Bug description: IDLE crashes when "Configure IDLE" is selected through "Options". Terminal output is as follows: Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1540, in __call__ return self.func(*args) File "/usr/lib/python2.7/idlelib/EditorWindow.py", line 543, in config_dialog configDialog.ConfigDialog(self.top,'Settings') File "/usr/lib/python2.7/idlelib/configDialog.py", line 72, in __init__ self.LoadConfigs() File "/usr/lib/python2.7/idlelib/configDialog.py", line 1103, in LoadConfigs self.LoadFontCfg() File "/usr/lib/python2.7/idlelib/configDialog.py", line 1005, in LoadFontCfg self.SetFontSample() File "/usr/lib/python2.7/idlelib/configDialog.py", line 883, in SetFontSample self.labelFontSample.config(font=newFont) File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1329, in configure return self._configure('configure', cnf, kw) File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1320, in _configure self.tk.call(_flatten((self._w, cmd)) + self._options(cnf)) TclError: expected integer but got "" 1) Ubuntu 16.04 LTS 2) Package idle 2.7.11-1 3) Expected Options Menu 4) Instead nothing happened. To manage notifications about this bug go to: https://bugs.launchpad.net/python/+bug/1578927/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp