Commit 8fdfd5f9 authored by Robert Bradshaw's avatar Robert Bradshaw

Note about cimported attribute access.

parent 60c424d9
......@@ -57,6 +57,9 @@ Other changes
* Coercion of C++ containers to Python is no longer automatic on attribute
access (Github issue #1521).
* Access to Python attributes of comported modules without the corresponding
import is now a compile-time (rather than runtime) error.
0.25.2 (2016-12-08)
===================
......
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