Commit 781439ee authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 84ffbce2
......@@ -24,6 +24,10 @@ Features added
Bugs fixed
----------
* Names that were unknown at compile time were looked up as builtins at
runtime but not as global module names. This helps with globals()
manipulation.
* ``obj.pop(x)`` truncated large C integer values of x to ``Py_ssize_t``.
* ``__init__.pyc`` is recognised as marking a package directory
......
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