Re: [Numpy-discussion] Python 3 compatible examples

2018-06-01 Thread Jarrod Millman
+1 On Fri, Jun 1, 2018 at 1:43 PM, Juan Nunez-Iglesias wrote: > > On Sat, Jun 2, 2018, at 6:22 AM, Pauli Virtanen wrote: >> For Scipy, we converted the examples in the documentation to Python 3, >> and have essentially ignored Python 2 compatibility. So far, I remember >> no complaints about it.

Re: [Numpy-discussion] Python 3 compatible examples

2018-06-01 Thread Marten van Kerkwijk
Agreed, good to get started and stop worrying about python2 in the examples at least. ​If someone cuts&pastes and it fails, it is just a good reminder to get moving... -- Marten ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.py

Re: [Numpy-discussion] Python 3 compatible examples

2018-06-01 Thread Juan Nunez-Iglesias
On Sat, Jun 2, 2018, at 6:22 AM, Pauli Virtanen wrote: > For Scipy, we converted the examples in the documentation to Python 3, > and have essentially ignored Python 2 compatibility. So far, I remember > no complaints about it. I vote for what Pauli said.

Re: [Numpy-discussion] Python 3 compatible examples

2018-06-01 Thread Pauli Virtanen
pe, 2018-06-01 kello 14:17 -0600, Charles R Harris kirjoitti: > This post is prompted by this PR /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 >