[Tutor] question about glob.glob() implementation

D-Man dsh8290@rit.edu
Fri, 16 Feb 2001 15:57:45 -0500


On Fri, Feb 16, 2001 at 01:47:58PM -0700, Bruce Sass wrote:
| On Fri, 16 Feb 2001, D-Man wrote:
[snip]
| > Couldn't it be reduced to
| >
[snip]
| Ya, but it is not a reduction or simplification.
[snip]
| > if b or d :
| >     do
| > else :
| >     skip
| 
| This is what is there already; "else: skip" == "", right.

I just took another look and it is what is there already.  I guess I
didn't look closely enough at the original.

-D