From: Benjamin Peterson Date: Sun, 23 Nov 2008 01:55:23 +0000 (+0000) Subject: remove warning about not accepting unicode X-Git-Tag: v3.0~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=310d1394d9a9388eefbb2536a86031e1e91bde63;p=python remove warning about not accepting unicode I don't know if it actually works with unicode, though... --- diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 1b1e6fe700..ee241f4a52 100644 --- a/Doc/library/shlex.rst +++ b/Doc/library/shlex.rst @@ -15,10 +15,6 @@ syntaxes resembling that of the Unix shell. This will often be useful for writing minilanguages, (for example, in run control files for Python applications) or for parsing quoted strings. -.. note:: - - The :mod:`shlex` module currently does not support Unicode input. - The :mod:`shlex` module defines the following functions: