Code review comment for lp://staging/~jseutter/testresources/py3

Revision history for this message
Barry Warsaw (barry) wrote :

On May 11, 2012, at 08:49 PM, Robert Collins wrote:

>This seems to be much more than py3; whats the additional stuff for?
>[and why would it be in-tree, it looks boilerplatey].

Are you referring to the distribute_setup.py file? IME, distribute is much
better at Python 3 compatibility and is future-proof for when distutils is
removed[*], so I recommended Jerry switch to it rather than use it or
ez_setup.

[*] and not a moment too soon.

« Back to merge proposal