We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7ee88 commit 6b25e39Copy full SHA for 6b25e39
1 file changed
bagit.py
@@ -125,6 +125,7 @@ def find_locale_dir():
125
try:
126
CHECKSUM_ALGOS = hashlib.algorithms_guaranteed
127
except AttributeError:
128
+ # FIXME: remove when we drop Python 2 (https://github.com/LibraryOfCongress/bagit-python/issues/102)
129
# Python 2.7.0-2.7.8
130
CHECKSUM_ALGOS = set(hashlib.algorithms)
131
DEFAULT_CHECKSUMS = ["sha256", "sha512"]
0 commit comments