Message241061
Ah, but the quotes *are* necessary on unix. Without the quotes, the shell will try to fill in the glob, which will either fail with an error that no files match or (worse) succeed and turn the pattern into a list of filenames. Which is why Zach is suggesting using double quotes, which have the (same) documented result on both unix and windows, even though *why* they have the same result is slightly different on the two systems. |
|
Date |
User |
Action |
Args |
2015-04-15 00:06:42 | r.david.murray | set | recipients:
+ r.david.murray, rbcollins, docs@python, zach.ware, Pam.McANulty |
2015-04-15 00:06:42 | r.david.murray | set | messageid: <1429056402.75.0.502123840413.issue22812@psf.upfronthosting.co.za> |
2015-04-15 00:06:42 | r.david.murray | link | issue22812 messages |
2015-04-15 00:06:42 | r.david.murray | create | |
|