diff options
author | Gustavo Niemeyer <gustavo@niemeyer.net> | 2003-04-17 21:31:33 (GMT) |
---|---|---|
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | 2003-04-17 21:31:33 (GMT) |
commit | 68d8cef89a307bafc752da68dce078306bc51352 (patch) | |
tree | a1a740dce058de6a3810ceb011675ab57dd900c6 /Misc/NEWS | |
parent | 84c2b1b9aa3a596b597d37e6258c790987e50963 (diff) | |
download | cpython-68d8cef89a307bafc752da68dce078306bc51352.zip cpython-68d8cef89a307bafc752da68dce078306bc51352.tar.gz cpython-68d8cef89a307bafc752da68dce078306bc51352.tar.bz2 |
Implemented posix-mode parsing support in shlex.py, as dicussed in
mailing list, and in patch #722686.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -155,6 +155,10 @@ Library - New csv package makes it easy to read/write CSV files. +- Module shlex has been extended to allow posix-like shell parsings, + including a split() function for easy spliting of quoted strings and + commands. An iterator interface was also implemented. + Tools/Demos ----------- |