benjamin.peterson
2008-11-23 01:55:23 UTC
Author: benjamin.peterson
Date: Sun Nov 23 02:55:23 2008
New Revision: 67347
Log:
remove warning about not accepting unicode
I don't know if it actually works with unicode, though...
Modified:
python/branches/py3k/Doc/library/shlex.rst
Modified: python/branches/py3k/Doc/library/shlex.rst
==============================================================================
--- python/branches/py3k/Doc/library/shlex.rst (original)
+++ python/branches/py3k/Doc/library/shlex.rst Sun Nov 23 02:55:23 2008
@@ -15,10 +15,6 @@
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:
Date: Sun Nov 23 02:55:23 2008
New Revision: 67347
Log:
remove warning about not accepting unicode
I don't know if it actually works with unicode, though...
Modified:
python/branches/py3k/Doc/library/shlex.rst
Modified: python/branches/py3k/Doc/library/shlex.rst
==============================================================================
--- python/branches/py3k/Doc/library/shlex.rst (original)
+++ python/branches/py3k/Doc/library/shlex.rst Sun Nov 23 02:55:23 2008
@@ -15,10 +15,6 @@
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: