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 priya
Recipients priya
Date 2014-05-13.12:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399984889.06.0.295770888533.issue21494@psf.upfronthosting.co.za>
In-reply-to
Content
i created command from getopt but it gives error if i give single hyphan in long option
it should check long option not in small option. 

eg.  hello -foo
 -o option is not recognized

hello --foo is working fine.
History
Date User Action Args
2014-05-13 12:41:29priyasetrecipients: + priya
2014-05-13 12:41:29priyasetmessageid: <1399984889.06.0.295770888533.issue21494@psf.upfronthosting.co.za>
2014-05-13 12:41:29priyalinkissue21494 messages
2014-05-13 12:41:28priyacreate