Anton Kasyanov added the comment:
looks good to me
--
nosy: +asvetlov, mindmaster
___
Python tracker
<http://bugs.python.org/issue16045>
___
___
Python-bugs-list m
Anton Kasyanov added the comment:
Created a patch with docstrings for match objects. Also added empty lines in
pattern object docstrings according to
http://www.python.org/dev/peps/pep-0007/#id7
--
keywords: +patch
nosy: +a.kasyanov, asvetlov
versions: -Python 2.7
Added file: http
Anton Kasyanov added the comment:
I've looked through the second patch and I'm not sure about how argparse usage
was implemented here - parse_args() result is being converted to getopt-style
list of (option, value) pairs.
Is there any sense in using argparse this way?
-
Anton Kasyanov added the comment:
So I see that there is no need in full refactoring now.
BTW, maybe someone should create an issue for full tests coverage of regrtest?
Then it would be much easier to make a full refactoring.
--
___
Python tracker