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 vstinner
Recipients brett.cannon, vstinner, yselivanov
Date 2016-01-18.23:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453160410.36.0.653989541822.issue26145@psf.upfronthosting.co.za>
In-reply-to
Content
main.c:


+        case 'o':
+            if (wcslen(_PyOS_optarg) == 0
+               || wcschr(_PyOS_optarg, L'.')
+               || wcschr(_PyOS_optarg, L'-')
...

'-' character must be valid for -o argument.
History
Date User Action Args
2016-01-18 23:40:10vstinnersetrecipients: + vstinner, brett.cannon, yselivanov
2016-01-18 23:40:10vstinnersetmessageid: <1453160410.36.0.653989541822.issue26145@psf.upfronthosting.co.za>
2016-01-18 23:40:10vstinnerlinkissue26145 messages
2016-01-18 23:40:10vstinnercreate