From 4508df2c7267511882736f3cce8b97c4f4602878 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 25 Jun 2007 15:21:26 +0000 Subject: Bug #1742901: document None behavior of shlex.split. (backport from rev. 56084) --- Doc/lib/libshlex.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex index 3a43648..5837788 100644 --- a/Doc/lib/libshlex.tex +++ b/Doc/lib/libshlex.tex @@ -26,6 +26,9 @@ string will be disabled (setting the \member{commenters} member of the \class{shlex} instance to the empty string). This function operates in \POSIX{} mode. \versionadded{2.3} +\note{Since the \function{split()} function instantiates a \class{shlex} + instance, passing \code{None} for \var{s} will read the string + to split from standard input.} \end{funcdesc} The \module{shlex} module defines the following class: -- cgit v0.12