[Python-checkins] r60251 - python/branches/release25-maint/Misc/NEWS
guido.van.rossum
python-checkins at python.org
Thu Jan 24 19:28:37 CET 2008
Author: guido.van.rossum
Date: Thu Jan 24 19:28:37 2008
New Revision: 60251
Modified:
python/branches/release25-maint/Misc/NEWS
Log:
News for some crashers I fixed recently.
Also removed three non-ASCII chars at start of file.
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Thu Jan 24 19:28:37 2008
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++
@@ -12,6 +12,14 @@
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.
More information about the Python-checkins
mailing list