Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 310d139

Browse files
committed
remove warning about not accepting unicode
I don't know if it actually works with unicode, though...
1 parent 5df7567 commit 310d139

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Doc/library/shlex.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ syntaxes resembling that of the Unix shell. This will often be useful for
1515
writing minilanguages, (for example, in run control files for Python
1616
applications) or for parsing quoted strings.
1717

18-
.. note::
19-
20-
The :mod:`shlex` module currently does not support Unicode input.
21-
2218
The :mod:`shlex` module defines the following functions:
2319

2420

0 commit comments

Comments
 (0)