summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-13 00:03:20 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-07-13 00:03:20 (GMT)
commitd50a5d5debb3981147933d37583c6990b36bd024 (patch)
tree1f7232059bb5ad24fe4036d73551b52da20d12e8
parent95e5ebe3e39c18cfe3697f3fcbb8600e3cf20d35 (diff)
downloadcpython-d50a5d5debb3981147933d37583c6990b36bd024.zip
cpython-d50a5d5debb3981147933d37583c6990b36bd024.tar.gz
cpython-d50a5d5debb3981147933d37583c6990b36bd024.tar.bz2
fix umlaut
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 28f09d4..c81c74c 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.