This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgaspar
Recipients
Date 2007-03-07.08:48:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Or I could get the regexp correct and eat _option_ non-whitespace...

env_val = re.sub(r'(^|\s+)-(-|(?!%s))\S*' % arg_name[1], '', env_val)
History
Date User Action Args
2007-08-23 14:52:22adminlinkissue1675533 messages
2007-08-23 14:52:22admincreate