Commit 0d1df63a authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 85656957
......@@ -73,6 +73,9 @@ Features added
Bugs fixed
----------
* ``set.add(a_tuple)`` and ``set.discard(a_tuple)`` failed with a
TypeError in Py2.4.
* The PEP 3155 ``__qualname__`` was incorrect for nested classes and
inner classes/functions declared as ``global``.
......
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