-
ulif authored
The `argparse.FileType` type is considered bad style. Cf. http://bugs.python.org/issue13824. With this FileType we cannot tell when to close a file after reading (which should be done for most regular wordlists) or not (in case of input from stdin).
ulif authoredThe `argparse.FileType` type is considered bad style. Cf. http://bugs.python.org/issue13824. With this FileType we cannot tell when to close a file after reading (which should be done for most regular wordlists) or not (in case of input from stdin).