[Python-checkins] r73991 - python/trunk/Misc/NEWS
benjamin.peterson
python-checkins at python.org
Mon Jul 13 01:56:19 CEST 2009
Author: benjamin.peterson
Date: Mon Jul 13 01:56:18 2009
New Revision: 73991
Log:
change encoding to utf-8
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Mon Jul 13 01:56:18 2009
@@ -49,7 +49,7 @@
possible to update the lineno attribute of the current frame.
- Issue #5330: C functions called with keyword arguments were not reported by
- the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
+ the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
- Issue #5982: staticmethod and classmethod now expose the wrapped
function with __func__.
@@ -222,7 +222,7 @@
- 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.
More information about the Python-checkins
mailing list