[Python-checkins] cpython: Small wording update from Larry.

georg.brandl python-checkins at python.org
Sun Jun 24 16:17:07 CEST 2012


http://hg.python.org/cpython/rev/7ea9fb8b37fe
changeset:   77714:7ea9fb8b37fe
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 16:15:46 2012 +0200
summary:
  Small wording update from Larry.

files:
  Modules/operator.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/operator.c b/Modules/operator.c
--- a/Modules/operator.c
+++ b/Modules/operator.c
@@ -217,7 +217,7 @@
 "or any type that supports the buffer protocol (e.g. bytes).\n"
 "\n"
 "Note: If a and b are of different lengths, or if an error occurs,\n"
-"a timing attack may be able to infer information about the types\n"
+"a timing attack may be able to reveal information about the types\n"
 "and lengths of a and b, but not their values.\n");
 
 static PyObject*

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


More information about the Python-checkins mailing list