tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
374 stars 44 forks source link

Remove the unnecessary dependency on argparse #52

Closed exarkun closed 2 years ago

exarkun commented 2 years ago

It was added to the Python stdlib in 2.7 and 3.2 so zfec can always get it from the standard library.

Fixes #50

exarkun commented 2 years ago

I have some ideas about automatically testing the desired behavior that this implements but the factoring of the CI configuration and the fact that CI has a lot of red on it right now (unrelated to this change) makes it difficult to make progress in that direction. I will loop back when CI is green and look at adding such test coverage.