[issue40804] Bug report in python3.6.8 using argparse module

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: amansi26, I am closing this because you did not reply to the request for more information for almost a year. Also, the link in your comment is not working anymore. If you are still having a problem with argparse, please open a new issue for it and include co

[issue40804] Bug report in python3.6.8 using argparse module

2020-05-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.6 has only gotten security fixed for 1.5 years. We need a test file that can be run as is in the master branch to see if there is a current bug. -- nosy: +terry.reedy ___ Python tracker

[issue40804] Bug report in python3.6.8 using argparse module

2020-05-28 Thread Florian Dahlitz
Change by Florian Dahlitz : -- nosy: +DahlitzFlorian ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue40804] Bug report in python3.6.8 using argparse module

2020-05-28 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: Hi amansi26, thanks for reporting this issue. Without an example program that reproduces it, we won't be able to diagnose and fix it thought. Can you post one? -- nosy: +remi.lapeyre ___ Python tracker

[issue40804] Bug report in python3.6.8 using argparse module

2020-05-28 Thread amansi26
New submission from amansi26 : I am using 3.6.8 version of python. I am seeing an error as AttributeError: 'Namespace' object has no attribute 'func' while using argparse . The code is working fine with python2.7 argparser. I see a similar bug [4] reported at python 3.3 and python3.4. The wor