Re: [Python-Dev] cpython: fix wrong credit and issue id given in previous commit

On Tue, 22 Nov 2011 13:38:03 +0100 giampaolo.rodola <python-checkins@python.org> wrote:
diff --git a/Misc/ACKS b/Misc/ACKS --- a/Misc/ACKS +++ b/Misc/ACKS @@ -11,7 +11,7 @@ PS: In the standard Python distribution, this file is encoded in UTF-8 and the list is in rough alphabetical order by last names.
-Matt Mulsow +Chris Clark Rajiv Abraham
"The list is in rough alphabetical order by last names". Regarfs Antoine.

Sorry, thanks (fixed). --- Giampaolo http://code.google.com/p/pyftpdlib/ http://code.google.com/p/psutil/ 2011/11/22 Antoine Pitrou <solipsis@pitrou.net>:
On Tue, 22 Nov 2011 13:38:03 +0100 giampaolo.rodola <python-checkins@python.org> wrote:
diff --git a/Misc/ACKS b/Misc/ACKS --- a/Misc/ACKS +++ b/Misc/ACKS @@ -11,7 +11,7 @@ PS: In the standard Python distribution, this file is encoded in UTF-8 and the list is in rough alphabetical order by last names.
-Matt Mulsow +Chris Clark Rajiv Abraham
"The list is in rough alphabetical order by last names".
Regarfs
Antoine.
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/g.rodola%40gmail.com

2011/11/22 Amaury Forgeot d'Arc <amauryfa@gmail.com>:
Hi, 2011/11/22 Giampaolo Rodolà <g.rodola@gmail.com>
Sorry, thanks (fixed).
You also modified Lib/sched.py in the same commit. Was it intended? If not, please revert it. -- Amaury Forgeot d'Arc
You're right. I committed sched.py by accident. I'm going to revert it. --- Giampaolo http://code.google.com/p/pyftpdlib/ http://code.google.com/p/psutil/
participants (3)
-
Amaury Forgeot d'Arc
-
Antoine Pitrou
-
Giampaolo Rodolà