diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/shlex.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 0bad518..f94833a 100644 --- a/Doc/library/shlex.rst +++ b/Doc/library/shlex.rst @@ -30,12 +30,6 @@ The :mod:`shlex` module defines the following functions: in POSIX mode by default, but uses non-POSIX mode if the *posix* argument is false. - .. note:: - - Since the :func:`split` function instantiates a :class:`~shlex.shlex` - instance, passing ``None`` for *s* will read the string to split from - standard input. - .. versionchanged:: 3.12 Passing ``None`` for *s* argument now raises an exception, rather than reading :data:`sys.stdin`. |