[17:02:08] <sumanah> pradyunsg: there is obsolete info on the wiki at https://wiki.python.org/moin/PipAndDistutils2 and https://wiki.python.org/moin/DistributionUtilities and I am like .... ok I need a little guidance so I have some questions
[17:03:47] <sumanah> the 1st of those 2 was last updated 7 years ago
[17:03:59] <sumanah> which is way before I started learning about the intricacies of Python packaging
[17:04:13] <pradyunsg> sumanah: oooo, we're updating old wiki pages!
[17:04:59] <sumanah> pradyunsg: this feels like it is under my remit in terms of PyPA communications/coordination .... I already made a big edit to https://wiki.python.org/moin/CheeseShopTutorial
[17:22:27] <sumanah_> I think what I should actually do is write to the creator of that pip2 repo and to the wiki editor and ask them to update it
[17:28:48] <pradyunsg> sumanah: as it turns out, https://www.pypa.io/en/latest/history/ has a fairly detailed history of python packaging.
[17:29:16] <sumanah> which I do need to help update
[17:30:00] <sumanah> I would need to dig more to understand how pip2 ties into it
[17:30:27] <pradyunsg> pip2 was an effort to utilize distutils2.
[17:30:56] <pradyunsg> sumanah: BTW, you might have found these yourself, but https://blog.startifact.com/posts/older/a-history-of-python-packaging.html contains useful background and the Distutils2 PyPI page has another bit of related information -- https://pypi.org/project/Distutils2/