]> granicus.if.org Git - python/commit
Added 'split_quoted()' function to deal with strings that are quoted in
authorGreg Ward <gward@python.net>
Sat, 24 Jun 2000 20:40:02 +0000 (20:40 +0000)
committerGreg Ward <gward@python.net>
Sat, 24 Jun 2000 20:40:02 +0000 (20:40 +0000)
commit6a2a3dbec59f267e05c0c507457dfd234263237b
tree0d8a0e36983bfc49a9a45e53e7b246dcd396893b
parentc3a43b4f9bbfba0685c99302c6144c3d0475ff21
Added 'split_quoted()' function to deal with strings that are quoted in
Unix shell-like syntax (eg. in Python's Makefile, for one thing -- now that
I have this function, I'll probably allow quoted strings in config files too.
Lib/distutils/util.py