Commit 60f41054 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent c100f5e8
...@@ -29,6 +29,14 @@ Bugs fixed ...@@ -29,6 +29,14 @@ Bugs fixed
reversed special numeric methods of extension types. reversed special numeric methods of extension types.
Patch by David Woods. (Github issue #4750) Patch by David Woods. (Github issue #4750)
* Calling unbound extension type methods without arguments could raise an
``IndexError`` instead of a ``TypeError``.
Patch by David Woods. (Github issue #4779)
* Calling unbound ``.__contains__()`` super class methods on some builtin base
types could trigger an infinite recusion.
Patch by David Woods. (Github issue #4785)
* The C union type in pure Python mode mishandled some field names. * The C union type in pure Python mode mishandled some field names.
Patch by Jordan Brière. (Github issue #4727) Patch by Jordan Brière. (Github issue #4727)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment