[Patches] [ python-Patches-751107 ] Wrong constant in tkFont module

SourceForge.net noreply@sourceforge.net
Sun, 08 Jun 2003 17:57:40 -0700


Patches item #751107, was opened at 2003-06-09 00:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=751107&group_id=5470

Category: Tkinter
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Pedro Werneck (pedrowerneck)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong constant in tkFont module

Initial Comment:
Both constant and docstring on the tkFont module have
wrong value for non-italic font, "normal", instead of
"roman"... using the NORMAL constant as documented
raises a "TclError: bad -slant value "normal": must be
roman, or italic".

This patch correct both constant and docstring.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=751107&group_id=5470