Commit 07101f94 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 16778d02
......@@ -71,7 +71,7 @@ Bugs fixed
* Test failures on 32bit systems. This fixes ticket 857.
* Code that uses "from xyz import \*" and global C struct/union/array
* Code that uses ``from xyz import *`` and global C struct/union/array
variables could fail to compile due to missing helper functions.
This fixes ticket 851.
......@@ -808,7 +808,7 @@ Bugs fixed
* ``isinstance(X, type)`` failed to get optimised into a call to
``PyType_Check()``, as done for other builtin types.
* A spurious "from datetime cimport \*" was removed from the "cpython"
* A spurious ``from datetime cimport *`` was removed from the "cpython"
declaration package. This means that the "datetime" declarations
(added in 0.19) are no longer available directly from the "cpython"
namespace, but only from "cpython.datetime". This is the correct
......
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