Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86095 > unrolled thread
| Started by | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| First post | 2015-02-19 22:55 -0700 |
| Last post | 2015-02-19 22:55 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: What behavior would you expect? Jason Friedman <jsf80238@gmail.com> - 2015-02-19 22:55 -0700
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2015-02-19 22:55 -0700 |
| Subject | Re: What behavior would you expect? |
| Message-ID | <mailman.18997.1424602404.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
> If you're going to call listdir, you probably want to use fnmatch directly.
>
> fnmatch seems to be silent on non-existent directories:
python -c 'import fnmatch; fnmatch.fnmatch("/no/such/path", "*")'
Back to top | Article view | comp.lang.python
csiph-web