This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: replace my email address on argparse howto with my website
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, python-dev, tshepang
Priority: normal Keywords: patch

Created on 2013-01-04 00:56 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
no-mail.diff tshepang, 2013-01-04 00:56 review
Messages (4)
msg179000 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-01-04 00:56
I would rather not get the 'thanks' I have been getting since this was published. Rather let that be my website.
msg179003 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-04 04:35
New changeset c7ae3772b4d4 by Benjamin Peterson in branch '3.2':
drop email (closes #16857)
http://hg.python.org/cpython/rev/c7ae3772b4d4

New changeset c8e885ecbc89 by Benjamin Peterson in branch '2.7':
drop email (closes #16857)
http://hg.python.org/cpython/rev/c8e885ecbc89
msg179004 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2013-01-04 04:36
I hope that works for you.
msg179028 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-01-04 14:31
thanks
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61061
2013-01-04 14:31:09tshepangsetmessages: + msg179028
2013-01-04 04:36:17benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg179004
2013-01-04 04:35:25python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg179003

resolution: fixed
stage: resolved
2013-01-04 00:57:40tshepangsettitle: replace email address on howto with my home page -> replace my email address on argparse howto with my website
2013-01-04 00:56:58tshepangcreate