commit | c90bc7599441632a0b6d0b9bfc92563fe7e19104 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu May 24 16:49:29 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu May 24 16:49:29 2007 +0000 |
tree | d2e49ede7d849f820c2bb2b6955891b3f1410387 | |
parent | df25efeae931409fa45ed034337bd81396d19ce0 [diff] [blame] |
shlex.split() now has an optional "posix" parameter.
diff --git a/Misc/NEWS b/Misc/NEWS index 1b027f9..71cdeaf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -217,6 +217,8 @@ Library ------- +- shlex.split() now has an optional "posix" parameter. + - The posixfile module now raises a DeprecationWarning. - Remove the gopherlib module. This also leads to the removal of gopher