[Python-Dev] shellwords (original) (raw)
Gustavo Niemeyer niemeyer@conectiva.com
Wed, 16 Apr 2003 11:56:03 -0300
- Previous message: [Python-Dev] Python dies upon printing UNICODE using UTF-8
- Next message: [Python-Dev] shellwords
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good morning/afternoon!
Is there any chance of getting shellwords[1] into Python 2.3? It's very small module with a pretty interesting functionality:
[niemeyer@localhost ..-shellwords-0.2]% python Python 2.2.2 (#1, Apr 10 2003, 13:50:16) [GCC 3.2.2] on linux-ppc Type "help", "copyright", "credits" or "license" for more information.
import shellwords shellwords.shellwords('arg "arg arg" arg "arg" -o="arg arg"') ['arg', 'arg arg', 'arg', 'arg', '-o=arg arg']
-- Gustavo Niemeyer
[ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
- Previous message: [Python-Dev] Python dies upon printing UNICODE using UTF-8
- Next message: [Python-Dev] shellwords
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]