[Python-3000-checkins] r67347 - python/branches/py3k/Doc/library/shlex.rst

benjamin.peterson python-3000-checkins at python.org
Sun Nov 23 02:55:23 CET 2008


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:
 
 


More information about the Python-3000-checkins mailing list