From 310d1394d9a9388eefbb2536a86031e1e91bde63 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 23 Nov 2008 01:55:23 +0000 Subject: remove warning about not accepting unicode I don't know if it actually works with unicode, though... --- Doc/library/shlex.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 1b1e6fe..ee241f4 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: -- cgit v0.12