[Python-checkins] python/dist/src/Misc NEWS,1.1098,1.1099

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 13:06:51 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11140/Misc

Modified Files:
	NEWS 
Log Message:
Patch #764217: Add nametofont function, exists parameter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1098
retrieving revision 1.1099
diff -C2 -d -r1.1098 -r1.1099
*** NEWS	18 Aug 2004 02:51:32 -0000	1.1098
--- NEWS	18 Aug 2004 11:06:45 -0000	1.1099
***************
*** 45,48 ****
--- 45,53 ----
  -------
  
+ - A new function tkFont.nametofont was added to return an existing
+   font. The Font class constructor now has an additional exists argument
+   which, if True, requests to return/configure an existing font, rather
+   than creating a new one. 
+ 
  - Updated the decimal package's min() and max() methods to match the
    latest revision of the General Decimal Arithmetic Specification.



More information about the Python-checkins mailing list