Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e2a42 commit c16ea94Copy full SHA for c16ea94
Doc/library/shlex.rst
@@ -30,12 +30,6 @@ The :mod:`shlex` module defines the following functions:
30
in POSIX mode by default, but uses non-POSIX mode if the *posix* argument is
31
false.
32
33
- .. note::
34
-
35
- Since the :func:`split` function instantiates a :class:`~shlex.shlex`
36
- instance, passing ``None`` for *s* will read the string to split from
37
- standard input.
38
39
.. versionchanged:: 3.12
40
Passing ``None`` for *s* argument now raises an exception, rather than
41
reading :data:`sys.stdin`.
0 commit comments