New submission from Barron:
After using the configure() method of a ttk.Style object to configure the font
of TEntry, Entry widgets will still have the original default font.
The following 6 lines will demonstrate this in IDLE:
>>> from tkinter import ttk
>>> s = ttk.Style
Changes by Eric G. Barron :
--
nosy: +ericography
___
Python tracker
<http://bugs.python.org/issue11457>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Barron Henderson :
--
components: +Library (Lib)
versions: +Python 2.5
___
Python tracker
<http://bugs.python.org/issue5476>
___
___
Python-bugs-list m
New submission from Barron Henderson :
Initializing a timedelta object with numpy.int32 arguments give mixed
results; it fails for days keyword, gives bad results for minutes, and
give correct results for seconds/microseconds. Failure confirmed on
Linux i686 (Py 2.5.2; numpy 1.2.1) and OS X