[Python-Dev] Re: [Python-checkins] python/dist/src/Lib warnings.py,1.19,1.20 (original) (raw)
Guido van Rossum guido@python.org
Thu, 15 May 2003 07:07:04 -0400
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib warnings.py,1.19,1.20
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib warnings.py,1.19,1.20
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Of course, my favorite way of dealing with this is to use single quotes around the argument rather than backslashes; that works fine in sh-syntax shells, and doesn't require doubling-up backslashes.
Agreed, but you're still using two levels of quoting, and with anything less, "foo.bar" will also match a module named "foolbar".
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib warnings.py,1.19,1.20
- Next message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib warnings.py,1.19,1.20
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]