summaryrefslogtreecommitdiff
path: root/ACKS
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 23:57:42 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 23:59:37 -0400
commit25a055334e5cd9d22777864d2a5c0fd8a88bbcff (patch)
tree3a10293a8328eae8b48771cbb4f1e259b337b152 /ACKS
parent7401e648d44f9324a313346f45e86fc5e779a7aa (diff)
downloadpycrypto-25a055334e5cd9d22777864d2a5c0fd8a88bbcff.tar.gz
Don't abuse __builtins__
According to Jean-Paul Calderone at https://bugs.launchpad.net/pycrypto/+bug/785150: `__builtins__` is an implementation detail of CPython. It takes on inconsistent values at various times. The use in `common.py` happens to work on recent version of CPython, but it doesn't work on PyPy. The only thing you should ever do, when you're doing this sort of thing, is "import __builtin__; __builtin__.foo".
Diffstat (limited to 'ACKS')
-rw-r--r--ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACKS b/ACKS
index 2c0d950..871006b 100644
--- a/ACKS
+++ b/ACKS
@@ -21,6 +21,7 @@ Ian Bicking
Joris Bontje
Antoon Bosselaers
Andrea Bottoni
+Jean-Paul Calderone
Sergey Chernov
Geremy Condra
Jan Dittberner