New submission from Sven Marnach <sven at marnach.net>: The function shlex.quotes() [1] does not yet exist in Python 3.2 [2], so it should be marked "New in version 3.3." in the docs. I double-checked that it really does not yet exist in 3.2 and is not only missing from the 3.2 documentation. [1]: http://docs.python.org/dev/library/shlex.html#shlex.quote [2]: http://docs.python.org/py3k/library/shlex.html ---------- assignee: docs at python components: Documentation messages: 154693 nosy: docs at python, smarnach priority: normal severity: normal status: open title: The new shlex.quote() function should be marked "New in version 3.3" versions: Python 3.3 _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue14165> _______________________________________