[issue29670] argparse: does not respect required args pre-populated into namespace
Change by Antonio Valentino : -- nosy: +avalentino ___ Python tracker <https://bugs.python.org/issue29670> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue26488] hashlib command line interface
Antonio Valentino added the comment: Hi all, please note that to stay compatible with the GNU md5sum utility you should print the file name prefixed by a "*" if you read the file in binary mode. Also when digests is checked, files to check should be opened in binary or text mode acc