[issue24124] Two versions of instructions for installing Python modules

2021-11-30 Thread Irit Katriel
Irit Katriel added the comment: The legacy doc has this message in it now, so I think we can close this issue and trust Steve to deal with it along with the rest of distutils. The entire ``distutils`` package has been deprecated and will be removed in Python 3.12. This documentation is

[issue24124] Two versions of instructions for installing Python modules

2015-05-06 Thread Nick Coghlan
Nick Coghlan added the comment: As far as I'm aware, it's only confusing if you're poking around in the source tree, rather than using the built docs at docs.python.org (where the link to the legacy docs is now hidden away inside the distutils module docs). The legacy docs remain in place to p

[issue24124] Two versions of instructions for installing Python modules

2015-05-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue24124] Two versions of instructions for installing Python modules

2015-05-04 Thread Skip Montanaro
New submission from Skip Montanaro: I was hunting around the current website for notes on installing Python. Couldn't find any (BTW), so I looked in the Python source. Imagine my surprise to find two apparently overlapping files describing how to build Python modules: ./Doc/install/index.rst .