[issue16874] setup.py upload option repeated in docs

2013-01-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16874 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Marek Šuppa
Marek Šuppa added the comment: So what do you think should be done here? Just removing the or --repository= part? -- nosy: +mrshu ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16874 ___

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Berker Peksag
Berker Peksag added the comment: I think the problem is the usage of `:option:`. |:option:`--repository=url` or :option:`--repository=section`| should be written like |:option:`--repository=*url*` or :option:`--repository=*section*`| See: -

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Chris Jerdonek
Chris Jerdonek added the comment: I will take care of this (formatting issue). -- assignee: eric.araujo - chris.jerdonek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16874 ___

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Chris Jerdonek
Chris Jerdonek added the comment: The attached patch applies to all branches. -- Added file: http://bugs.python.org/file28684/issue-16874-1-27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16874

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset a30c36fbefcf by Chris Jerdonek in branch '2.7': Issue #16874: fix formatting of setup.py upload options in documentation. http://hg.python.org/cpython/rev/a30c36fbefcf New changeset dcb645b9de4c by Chris Jerdonek in branch '3.2': Issue #16874

[issue16874] setup.py upload option repeated in docs

2013-01-10 Thread Chris Jerdonek
Changes by Chris Jerdonek chris.jerdo...@gmail.com: -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16874

[issue16874] setup.py upload option repeated in docs

2013-01-05 Thread Chris Jerdonek
New submission from Chris Jerdonek: The following page: http://docs.python.org/dev/distutils/uploading.html says, Other upload options include --repository= or --repository= where url... I haven't looked into what the correct wording is meant to be. -- assignee: eric.araujo