Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Describe the completed change (optional):
Review Request #4913 — Created Nov. 7, 2013 and submitted 11 years, 5 months ago
Remove hashlib fallbacks Supporting Python 2.4 meant that we had to use the separate md5 and sha1 packages instead of hashlib. Now that we're 2.6+, we can rely on hashlib being present.
Remove hashlib fallbacks
Supporting Python 2.4 meant that we had to use the separate md5 and sha1 packages instead of hashlib. Now that we're 2.6+, we can rely on hashlib being present.
Ran unit tests.
Ship It!