[issue14298] account for dict randomization in Design & History FAQ

2012-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 305cf9be1cd3 by Georg Brandl in branch 'default': Closes #14298: update section about dict implementation. http://hg.python.org/cpython/rev/305cf9be1cd3 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -

[issue14298] account for dict randomization in Design & History FAQ

2012-03-13 Thread Chris Rebert
New submission from Chris Rebert : The randomization introduced by the fix for issue 13703 means that the example string hash values given in http://docs.python.org/dev/faq/design.html#how-are-dictionaries-implemented are liable to become more difficult to reproduce (in fact, the example alrea