Changes between Initial Version and Version 1 of Ticket #28297, comment 12


Ignore:
Timestamp:
Jun 12, 2017, 10:56:49 AM (7 years ago)
Author:
Marcus Renno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28297, comment 12

    initial v1  
    1 That seems to be right, Tom. `join()` is relying on the order of the dictionary order resulting from `.items()`.
     1That seems to be right, Tom. `join()` is relying on the order of the dictionary resulting from `.items()`.
    22
    33It's weird that setting the hash seed to 2 would solve this problem, though. I feel like the framework should not rely on the user changing the hashing seed to a static number to fix this problem, because it breaks the purpose (security) of the the hashing being random.
Back to Top