• R David Murray's avatar
    #12776,#11839: call argparse type function only once. · 20101871
    R David Murray authored
    Before, the type function was called twice in the case where the default
    was specified and the argument was given as well.  This was especially
    problematic for the FileType type, as a default file would always be
    opened, even if a file argument was specified on the command line.
    
    Patch by Arnaud Fontaine, with additional test by Mike Meyer.
    20101871
test_argparse.py 151 KB