summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-03-31 09:35:44 (GMT)
committerMichael W. Hudson <mwh@python.net>2005-03-31 09:35:44 (GMT)
commitb330adf9ebff10b55a3a5d1bedc2ccf5bee72b74 (patch)
tree3230fc623908c61a23777201d2f218b3a32b278c
parent5253c30791c2fd73ba85ad11f629b5b021a0a9c4 (diff)
downloadcpython-b330adf9ebff10b55a3a5d1bedc2ccf5bee72b74.zip
cpython-b330adf9ebff10b55a3a5d1bedc2ccf5bee72b74.tar.gz
cpython-b330adf9ebff10b55a3a5d1bedc2ccf5bee72b74.tar.bz2
NEWS entries for the bugs I fixed yesterday.
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb38122..21bcb4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Bug #1165306: instancemethod_new allowed the creation of a method
+ with im_class == im_self == NULL, which caused a crash when called.
+
- Move exception finalisation later in the shutdown process - this
fixes the crash seen in bug #1165761
@@ -54,6 +57,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #1166660: The readline module could segfault if hook functions
+ were set in a different thread than that which called readline.
+
- collections.deque objects now support a remove() method.
- operator.itemgetter() and operator.attrgetter() now support retrieving