Hi all, On Fri, Sep 18, 2009 at 7:52 AM, René Dudfield <[email protected]> wrote: > one more thing... > > there's also notes about porting to py3k here: > http://wiki.python.org/moin/cporting > and here: > http://wiki.python.org/moin/PortingExtensionModulesToPy3k > > Which are better than the python.org docs for cporting. That's > probably a pretty good page to store notes about porting as we go.
just a note in terms of resources, one I found out recently to be useful is the new version of Dive into Python, that is specifically for py3: http://diveintopython3.org/ in particular it has a handy porting summary of Python-level things: http://diveintopython3.org/porting-code-to-python-3-with-2to3.html Cheers, f _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
