[issue14919] what disables one from adding self to the "nosy" list

2012-06-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14919] what disables one from adding self to the "nosy" list

2012-06-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2171bb071dd6 by Ezio Melotti in branch 'default': #14919: clarify paragraph in the devguide. http://hg.python.org/devguide/rev/2171bb071dd6 -- nosy: +python-dev ___ Python tracker

[issue14919] what disables one from adding self to the "nosy" list

2012-06-01 Thread Éric Araujo
Éric Araujo added the comment: I suggest just rephrasing to say something like “if you are logged in, you can add yourself to the nosy list and submit the form (a button fills in your user name if you have JavaScript activated”. -- nosy: +eric.araujo _

[issue14919] what disables one from adding self to the "nosy" list

2012-05-25 Thread Ezio Melotti
Ezio Melotti added the comment: > I thought everybody who is logged in had such permissions. That part of the sentence refers to users that are not logged in. It can be removed if you think it's confusing/unnecessary. -- assignee: -> ezio.melotti type: -> enhancement ___

[issue14919] what disables one from adding self to the "nosy" list

2012-05-25 Thread R. David Murray
R. David Murray added the comment: Me too. I think the implication of that devguide entry is wrong. -- nosy: +r.david.murray stage: -> needs patch ___ Python tracker ___ _

[issue14919] what disables one from adding self to the "nosy" list

2012-05-25 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : It's implied in the devguide[1] that there are cases where one won't have permission to edit the nosy list. Can someone mention on that text what cases are those. I thought everybody who is logged in had such permissions. 1: http://docs.python.org/dev