summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-18 11:06:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-18 11:06:45 (GMT)
commitfe84d17a6a3e255191f664c5609a061a9bb70c60 (patch)
tree53151199c68acea5c11d9129eafc48d5bcee6a3e /Misc/NEWS
parent1a7892924fb23f657b63ea085899342f16fad389 (diff)
downloadcpython-fe84d17a6a3e255191f664c5609a061a9bb70c60.zip
cpython-fe84d17a6a3e255191f664c5609a061a9bb70c60.tar.gz
cpython-fe84d17a6a3e255191f664c5609a061a9bb70c60.tar.bz2
Patch #764217: Add nametofont function, exists parameter.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3ce477..eaf6655 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,11 @@ Extension modules
Library
-------
+- 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.
Quiet NaNs are ignored and equal values are sorted based on sign