From: Guido van Rossum Date: Thu, 24 Jan 2008 18:28:37 +0000 (+0000) Subject: News for some crashers I fixed recently. X-Git-Tag: v2.5.2c1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d933e0a7d3656a0d08bedb1eddb6347fb7dda4ec;p=python News for some crashers I fixed recently. Also removed three non-ASCII chars at start of file. --- diff --git a/Misc/NEWS b/Misc/NEWS index 46d3f665a0..8b0084aad9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,4 +1,4 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ @@ -12,6 +12,14 @@ What's New in Python 2.5.2c1? Core and builtins ----------------- +- A few crashers fixed: weakref_in_del.py (issue #1377858); + loosing_dict_ref.py (issue #1303614, test67.py); + borrowed_ref_[34].py (not in tracker). + +- Fix for #1303614 and #1174712 backported from the trunk: + __dict__ descriptor abuse for subclasses of built-in types; + subclassing from both ModuleType and another built-in types. + - Bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.