From d50a5d5debb3981147933d37583c6990b36bd024 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 13 Jul 2009 00:03:20 +0000 Subject: [PATCH] fix umlaut --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 28f09d495b..c81c74c783 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -222,7 +222,7 @@ Core and Builtins - Issue #4074: Change the criteria for doing a full garbage collection (i.e. collecting the oldest generation) so that allocating lots of objects without destroying them does not show quadratic performance. Based on a proposal by - Martin von Löwis at + Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html. - Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t. -- 2.50.1