Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42ae472

Browse files
committed
merge with 3.2
2 parents 6553211 + 7ef825f commit 42ae472

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Miscellaneous options
236236

237237
This is intended to provide protection against a denial-of-service caused by
238238
carefully-chosen inputs that exploit the worst case performance of a dict
239-
insertion, O(n^2) complexity. See
239+
construction, O(n^2) complexity. See
240240
http://www.ocert.org/advisories/ocert-2011-003.html for details.
241241

242242
Changing hash values affects the order in which keys are retrieved from a

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static char *usage_5 =
104104
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n\
105105
";
106106
static char *usage_6 = "\
107-
PYTHONHASHSEED: if this variable is set to ``random``, a random value is used\n\
107+
PYTHONHASHSEED: if this variable is set to 'random', a random value is used\n\
108108
to seed the hashes of str, bytes and datetime objects. It can also be\n\
109109
set to an integer in the range [0,4294967295] to get hash values with a\n\
110110
predictable seed.\n\

0 commit comments

Comments
 (0)