Bash-like brace expansion

Peter Waller peter.waller at gmail.com
Tue Mar 24 08:54:33 EDT 2009


What one really wants is a re option capable of handling recursive
structures, something along the lines of what PHP has:

http://uk2.php.net/manual/en/regexp.reference.php

Under the 'Recursive Patterns' heading. As far as I am aware, no such thing
exists for Python (yet?).

2009/3/24 Peter Waller <peter.waller at gmail.com>
>
>
> Could this approach be made to handle recursive expansion? From the example
> with the script:
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090324/dcd0346e/attachment-0001.html>


More information about the Python-list mailing list