summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7efea39..7a40c52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------