classification
Title: tkFont added displayof where necessary
Type: behavior Stage: patch review
Components: Tkinter Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, gpolo
Priority: normal Keywords: patch

Created on 2008-06-03 17:48 by gpolo, last changed 2010-08-04 19:20 by BreamoreBoy.

Files
File name Uploaded Description Edit
tkFont_displayof_added.diff gpolo, 2008-06-03 17:48 review
Messages (2)
msg67662 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2008-06-03 17:48
Added support for -displayof where necessary in tkFont
msg112868 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-08-04 19:20
I think this is behaviour rather than feature request but wouldn't object to it being changed.  Patch seems clean to me, can it be committed please?
History
Date User Action Args
2010-08-04 19:20:11BreamoreBoysetnosy: + BreamoreBoy
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6
messages: + msg112868

keywords: patch, patch
type: behavior
stage: patch review
2008-06-03 17:48:11gpolocreate