Message 258560 - Python tracker
Message258560
| 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:10 | vstinner | set | recipients: + vstinner, brett.cannon, yselivanov |
| 2016-01-18 23:40:10 | vstinner | set | messageid: <1453160410.36.0.653989541822.issue26145@psf.upfronthosting.co.za> |
| 2016-01-18 23:40:10 | vstinner | link | issue26145 messages |
| 2016-01-18 23:40:10 | vstinner | create | |