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: Changing barry's email to barry@python.org
Type: Stage: resolved
Components: Tests Versions: Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, pitrou, python-dev, thatiparthy
Priority: normal Keywords: patch

Created on 2013-11-12 19:16 by thatiparthy, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
barry_email.patch thatiparthy, 2013-11-12 19:16 review
Messages (5)
msg202714 - (view) Author: Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) (thatiparthy) * Date: 2013-11-12 19:16
Updated to barry's new email address.
msg202817 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-11-14 01:44
Do we want to cut a new release quickly in order to spread the fix?
msg202842 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2013-11-14 13:55
On Nov 14, 2013, at 01:44 AM, Antoine Pitrou wrote:

>Do we want to cut a new release quickly in order to spread the fix?

I am working on a 2.6.10 right now.  IMHO this is the only critical security
fix to warrant the two digit last version number.
msg206832 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2013-12-22 21:42
Thanks for the patch!  I don't care if the old email address is retained in the test data (maybe it's even a good thing those point to nonexistent addresses :).  Definitely change the one in pygettext.py.
msg206839 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-23 01:46
New changeset f07689845f55 by Benjamin Peterson in branch '2.7':
update Barry's email (closes #19563)
http://hg.python.org/cpython/rev/f07689845f55

New changeset 9529c6c993fe by Benjamin Peterson in branch '3.3':
update Barry's email (#19563)
http://hg.python.org/cpython/rev/9529c6c993fe

New changeset a3b61c770b40 by Benjamin Peterson in branch 'default':
merge 3.3 (#19563)
http://hg.python.org/cpython/rev/a3b61c770b40
History
Date User Action Args
2022-04-11 14:57:53adminsetgithub: 63762
2013-12-23 01:46:08python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg206839

resolution: fixed
stage: resolved
2013-12-22 21:42:38barrysetmessages: + msg206832
2013-12-22 20:49:19pitrousetassignee: barry
2013-11-14 13:55:21barrysetmessages: + msg202842
2013-11-14 01:44:49pitrousetnosy: + pitrou
messages: + msg202817
2013-11-12 19:16:46barrysetnosy: + barry
2013-11-12 19:16:07thatiparthycreate