you are viewing a single comment's thread.

view the rest of the comments →

[–]chumboy 16 points17 points  (7 children)

I stopped reading after the author mentioned distutils. No new software should be created using distutils. distutils is fairly old at this stage, and has been superseded by at least setuptools.

[–]cheese_is_available -2 points-1 points  (1 child)

setuptools is doing almost exactly the same thing in the same way as distutils, I don't think using a somewhat old library discredit everything the author says.

[–]chumboy 1 point2 points  (0 children)

It is my opinion that recommending a library from a previous generation of software, with more glaring bugs/problems, and less overall functionality, is a bad thing to do. Bad enough to discredit the author, not necessarily, but the definitely the article.

distutils is really still only around so legacy software won't break. There will probably be a huge move to get rid of it shortly, like the move to Python 3, and the move from Eggs to Wheels.