[SciPy-dev] change print statements to print functions in docstrings
Charles R Harris
charlesr.harris@gmail....
Sat Aug 15 10:37:59 CDT 2009
On Sat, Aug 15, 2009 at 7:59 AM, Emmanuelle Gouillart <
emmanuelle.gouillart@normalesup.org> wrote:
> Hi,
>
> I've started changing the print statements in numpy's doctrings
> to print functions on the doc wiki, to meet the requirements of Python
> 3.0. Any objections or comments?
>
This can lead to some oddities:
In [6]: print(1,2,3)
(1, 2, 3)
I think it might be better to find out what 2to3 does in these
circumstances first.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/scipy-dev/attachments/20090815/7f94c239/attachment-0001.html
More information about the Scipy-dev
mailing list