[Python-checkins] cpython (3.4): Issue #21488: Oops, the patch for codecs.encode/decode doc was written by

victor.stinner python-checkins at python.org
Wed May 14 23:37:37 CEST 2014


http://hg.python.org/cpython/rev/91dca6b9ef0f
changeset:   90712:91dca6b9ef0f
branch:      3.4
parent:      90709:6267428afbdb
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed May 14 23:29:38 2014 +0200
summary:
  Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Berker Peksag (already present in Misc/ACKS). The issue was reported by Brad
Aylsworth.

files:
  Misc/ACKS |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Misc/ACKS b/Misc/ACKS
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -57,7 +57,6 @@
 Chris AtLee
 Aymeric Augustin
 John Aycock
-Brad Aylsworth
 Donovan Baarda
 Arne Babenhauserheide
 Attila Babo

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list