Show More
@@ -55,7 +55,7 b' def code_name(code, number=0):' | |||||
55 |
|
55 | |||
56 | This now expects code to be unicode. |
|
56 | This now expects code to be unicode. | |
57 | """ |
|
57 | """ | |
58 |
hash_digest = hashlib. |
|
58 | hash_digest = hashlib.sha1(code.encode("utf-8")).hexdigest() | |
59 | # Include the number and 12 characters of the hash in the name. It's |
|
59 | # Include the number and 12 characters of the hash in the name. It's | |
60 | # pretty much impossible that in a single session we'll have collisions |
|
60 | # pretty much impossible that in a single session we'll have collisions | |
61 | # even with truncated hashes, and the full one makes tracebacks too long |
|
61 | # even with truncated hashes, and the full one makes tracebacks too long |
General Comments 0
You need to be logged in to leave comments.
Login now