summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-03-05 13:58:13 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-03-05 13:58:13 (GMT)
commitc10d570d050a1de9751c0422f42b96e0c240243d (patch)
tree5706d7e55308c013bfe7ed64a75399b2447e905c
parentf51017d5f7cd3b733e757edfba91861d9d5e8f1a (diff)
downloadcpython-c10d570d050a1de9751c0422f42b96e0c240243d.zip
cpython-c10d570d050a1de9751c0422f42b96e0c240243d.tar.gz
cpython-c10d570d050a1de9751c0422f42b96e0c240243d.tar.bz2
backport gvanrossum's checkin of
revision 1.161 of ACKS SF patch 518765 (Derek Harland): Bug in copy.py when used through rexec. When using a restricted environment, imports of copy will fail with an AttributeError when trying to access types.CodeType. Bugfix candidate (all the way back to 1.5.3, but at least 2.1.3 and 2.2.1).
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index cc4fc7f..bf6df51 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -174,6 +174,7 @@ Milton L. Hankins
Stephen Hansen
Barry Hantman
Lynda Hardman
+Derek Harland
Jason Harper
Gerhard Häring
Larry Hastings