diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 00:41:33 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-29 13:34:51 -0500 |
commit | d108b75561d0d3a4187be9fa47285260aaad37ea (patch) | |
tree | 6d841d82543e2112c0ce7301562b189d429ae3dd /ChangeLog | |
parent | b674b821091141c5eed7d423612d3b10703e9c62 (diff) | |
download | glibc-d108b75561d0d3a4187be9fa47285260aaad37ea.tar.gz glibc-d108b75561d0d3a4187be9fa47285260aaad37ea.tar.xz glibc-d108b75561d0d3a4187be9fa47285260aaad37ea.zip |
list-fixed-bugs: use argparse for the commandline
This makes the interface more friendly to users.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5135c01785..183c55b159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-12-29 Mike Frysinger <vapier@gentoo.org> + + * scripts/list-fixed-bugs.py: Import argparse. Call main instead. + (get_parser): New function. + (main): New function. + 2015-12-29 Rob Wu <rob@robwu.nl> [BZ #19369] |