[issue30421] argparse: relative include of config files

2017-05-21 Thread Robert Schindler
Changes by Robert Schindler : -- pull_requests: +1792 ___ Python tracker <http://bugs.python.org/issue30421> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30421] argparse: relative include of config files

2017-05-21 Thread Robert Schindler
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

[issue30421] argparse: relative include of config files

2017-05-21 Thread Robert Schindler
Changes by Robert Schindler : Added file: http://bugs.python.org/file46882/argparse_relative_includes2.patch ___ Python tracker <http://bugs.python.org/issue30

[issue30421] argparse: relative include of config files

2017-05-21 Thread Robert Schindler
Changes by Robert Schindler : -- title: Relative include of config files -> argparse: relative include of config files ___ Python tracker <http://bugs.python.org/issu

[issue30421] Relative include of config files

2017-05-21 Thread Robert Schindler
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