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 r.david.murray
Recipients cool-RR, r.david.murray
Date 2016-08-16.13:19:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471353580.27.0.558548624099.issue27775@psf.upfronthosting.co.za>
In-reply-to
Content
This is working as designed.  None means read from stdin.  It is already documented in a note under shlex.split, so there isn't a doc issue here either. 

(Aside: 'crash' means segfault, which this isn't.)

You could try to recast this as a feature request, but I think backward compatibility would shoot that down.  You could raise it on python-ideas if you want to, but it is quite likely that *someone* is using this feature, so I don't think it likely we'll want to change it.
History
Date User Action Args
2016-08-16 13:19:40r.david.murraysetrecipients: + r.david.murray, cool-RR
2016-08-16 13:19:40r.david.murraysetmessageid: <1471353580.27.0.558548624099.issue27775@psf.upfronthosting.co.za>
2016-08-16 13:19:40r.david.murraylinkissue27775 messages
2016-08-16 13:19:40r.david.murraycreate