#305 Added custom ArgumentParser (supports allow_abbrev)
Merged by cqi. Opened by jkucera.
jkucera/rpkg master  into  master

Download 305.patch

Python 2's argparse.ArgumentParser do not support allow_abbrev option
that is implemented in Python 3's argparse.ArgumentParser; the custom
ArgumentParser class implements the allow_abbrev option functionality
for Python 2.

The abbreviation of passed arguments is switched off (allow_abbrev=False).

Discussion / Related issue: https://pagure.io/fedpkg/pull-request/186

Signed-off-by: Jiri Kucera jkucera@redhat.com

Looks good to me.

Looks good to me. Merging.

Commit 9f3796ab fixes this pull-request

Pull-Request has been merged by cqi

Pull-Request has been merged by cqi

Metadata