Changes by dongwm :
--
components: Library (Lib)
files: logging_config.patch
keywords: patch
nosy: dongwm
priority: normal
severity: normal
status: open
title: Reduce logging.config.Converting duplication of code
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org
Changes by dongwm :
--
components: Library (Lib)
files: getopt_2.7_3.X.path
nosy: dongwm
priority: normal
severity: normal
status: open
title: Use partition and enumerate make getopt easier
type: enhancement
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http
Changes by dongwm :
--
keywords: +patch
Added file: http://bugs.python.org/file33834/getopt_3.3.patch
___
Python tracker
<http://bugs.python.org/issue20
dongwm added the comment:
yes, Your modification is better
--
___
Python tracker
<http://bugs.python.org/issue20444>
___
___
Python-bugs-list mailing list
Unsub
dongwm added the comment:
Yes, it has tests. I just modified do_longs and short_has_arg. In
Lib/test/test_getopt.py, test_do_longs and test_short_has_arg can do it.
--
___
Python tracker
<http://bugs.python.org/issue20
dongwm added the comment:
I have signed the contributor agreement form. The new version of the official
web site seem some css style display problems.
--
___
Python tracker
<http://bugs.python.org/issue20
dongwm added the comment:
Oh, really no big improvement in function, but I have been using the
functionality provided by python.
--
___
Python tracker
<http://bugs.python.org/issue20
New submission from dongwm:
Sometimes I need to use argparse like this:
>>> parser = argparse.ArgumentParser(prog='PROG')
>>> group = parser.add_mutually_dependence_group()
>>> group.add_argument('--foo')
>>> group.add_argument(&
Changes by dongwm :
Added file: http://bugs.python.org/file37815/argparse_doc.patch
___
Python tracker
<http://bugs.python.org/issue23298>
___
___
Python-bugs-list mailin
Changes by dongwm :
Added file: http://bugs.python.org/file37816/argparse_test.patch
___
Python tracker
<http://bugs.python.org/issue23298>
___
___
Python-bugs-list mailin
10 matches
Mail list logo