Message112705
The discussion pretty much says this was a feature request, which is obsolete for 2.x. Not an issue for 3.x:
>>> import shlex
>>> shlex.split('Hello, World!' )
['Hello,', 'World!'] |
|
| Date |
User |
Action |
Args |
| 2010-08-03 22:08:54 | terry.reedy | set | recipients:
+ terry.reedy, lemburg, amaury.forgeotdarc, pitrou, fenner, ezio.melotti |
| 2010-08-03 22:08:53 | terry.reedy | set | messageid: <1280873333.93.0.4756380514.issue6988@psf.upfronthosting.co.za> |
| 2010-08-03 22:08:52 | terry.reedy | link | issue6988 messages |
| 2010-08-03 22:08:52 | terry.reedy | create | |
|