[issue17325] improve organization of the PyPI distutils docs

2014-10-12 Thread R. David Murray
R. David Murray added the comment: Committed. I changed the urls as suggested by Antoine. I also added a link to the test pypi page, though I'm not sure what I did is exactly what Antoine had in mind. -- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved sta

[issue17325] improve organization of the PyPI distutils docs

2014-10-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 12536a991007 by R David Murray in branch '3.4': #17325: Improve distutils PyPI documentation. https://hg.python.org/cpython/rev/12536a991007 New changeset 8e4afcaa196c by R David Murray in branch 'default': Merge: #17325: Improve distutils PyPI docu

[issue17325] improve organization of the PyPI distutils docs

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: +1 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/ma

[issue17325] improve organization of the PyPI distutils docs

2013-12-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: This looks good to me. It may also be worth changing example URLs to use "https" instead of "http", and mentioning the test PyPI server in the pypirc section: https://wiki.python.org/moin/TestPyPI Chris, please proceed. -- assignee: eric.araujo -> chr

[issue17325] improve organization of the PyPI distutils docs

2013-03-01 Thread Chris Jerdonek
New submission from Chris Jerdonek: This issue is to improve the organization of the PyPI section of the Distutils documentation, now that the information has been combined into one page. A patch is attached. Improvements include: (1) Creating a section for command options common to both regi