glob.glob standardization

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 28 00:51:05 EDT 2007


> Don't you think it would be more convenient for glob.glob to return
> file names only in any case, like os.listdir do?

No. Use glob.glob1 if you want a list of files.

Regards,
Martin



More information about the Python-list mailing list