Skip to content

Commit 6b25e39

Browse files
authored
Add flag for eventual removal
1 parent 4b7ee88 commit 6b25e39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bagit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def find_locale_dir():
125125
try:
126126
CHECKSUM_ALGOS = hashlib.algorithms_guaranteed
127127
except AttributeError:
128+
# FIXME: remove when we drop Python 2 (https://github.com/LibraryOfCongress/bagit-python/issues/102)
128129
# Python 2.7.0-2.7.8
129130
CHECKSUM_ALGOS = set(hashlib.algorithms)
130131
DEFAULT_CHECKSUMS = ["sha256", "sha512"]

0 commit comments

Comments
 (0)