[Numpy-discussion] Python 3 compatible examples (original) (raw)

Charles R Harris charlesr.harris at gmail.com
Fri Jun 1 16:17:12 EDT 2018


Hi All,

This post is prompted by this PR <https://github.com/numpy/numpy/pull/11222>. It would be good to come up with a timeline and plan for rewriting the examples to be Python 3 compatible. When we do so, we should also make it assumed that from __future__ import print_function has been executed when the examples are executed in Python 2.7. Might want to include division in that future import as well.

Anyway, wanted to raise the subject. Thoughts?

Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180601/e6db6822/attachment.html>



More information about the NumPy-Discussion mailing list