[issue42572] Better path handling with argparse

paul j3 report at bugs.python.org
Mon Dec 7 21:31:41 EST 2020


paul j3 <ajipanca at gmail.com> added the comment:

What exactly do you do with a path argument?

Admittedly I'm not expert with os and os.path modules, but isn't a path just a string passed to a function such as cwd(), or joined to another create a filename.

I don't know what a 'path' type or action would do.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42572>
_______________________________________


More information about the Python-bugs-list mailing list