Changes by Robert Schindler :
--
pull_requests: +1792
___
Python tracker
<http://bugs.python.org/issue30421>
___
___
Python-bugs-list mailing list
Unsubscribe:
Robert Schindler added the comment:
Hi Louie,
oh, I didn't notice that. But that's great news. I'll send a PR soon.
Best regards
Robert
--
___
Python tracker
<http://bugs.pyt
Changes by Robert Schindler :
Added file: http://bugs.python.org/file46882/argparse_relative_includes2.patch
___
Python tracker
<http://bugs.python.org/issue30
Changes by Robert Schindler :
--
title: Relative include of config files -> argparse: relative include of config
files
___
Python tracker
<http://bugs.python.org/issu
New submission from Robert Schindler:
Hi,
When one includes an argument file at the command line using argparse and that
file contains another include statement, the inner include path is treated as
relative to os.getcwd(), what is not the way people expect it to be, I guess.
This patch