This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, bsduni
Date 2014-03-03.09:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393838744.24.0.359776757889.issue20840@psf.upfronthosting.co.za>
In-reply-to
Content
I guess that there is argparse module in current directory, which overrides argparse module from standard library.
Use e.g. print(argparse) or print(argparse.__file__) to find it.
A correct location would be something like /usr/lib64/python2.7/argparse.pyc.
History
Date User Action Args
2014-03-03 09:25:44Arfreversetrecipients: + Arfrever, bsduni
2014-03-03 09:25:44Arfreversetmessageid: <1393838744.24.0.359776757889.issue20840@psf.upfronthosting.co.za>
2014-03-03 09:25:44Arfreverlinkissue20840 messages
2014-03-03 09:25:43Arfrevercreate