Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86095 > unrolled thread

Re: What behavior would you expect?

Started byJason Friedman <jsf80238@gmail.com>
First post2015-02-19 22:55 -0700
Last post2015-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.


Contents

  Re: What behavior would you expect? Jason Friedman <jsf80238@gmail.com> - 2015-02-19 22:55 -0700

#86095 — Re: What behavior would you expect?

FromJason Friedman <jsf80238@gmail.com>
Date2015-02-19 22:55 -0700
SubjectRe: 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", "*")'

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web