]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix umlaut
authorBenjamin Peterson <benjamin@python.org>
Mon, 13 Jul 2009 00:03:20 +0000 (00:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 13 Jul 2009 00:03:20 +0000 (00:03 +0000)
Misc/NEWS

index 28f09d495baef08cda37aaad1c9ec3309ee01fb4..c81c74c783fac3e086847811fa1f2d06953c753b 100644 (file)
--- 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Ã\83¶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.