Re: All leading tabs or all leading spaces - why isn't that enforced?

2007-08-07 Thread James Antill
TabError: inconsistent use of tabs and spaces in indentation % python /tmp/abcd.py a b ...note that this doesn't require all spaces or all tabs, just that their usage has to be consistent. -- James Antill -- [EMAIL PROTECTED] C String APIs use too much memory? ustr: length, ref count, size and re

Re: Globbing files by their creation date

2007-01-16 Thread James Antill
getctime(filename) Return the metadata change time of a file, reported by os.stat(). Note that _change_ time != creation time. Also for all files you probably want os.listdir() instead of glob. -- James Antill -- [EMAIL PROTECTED] http://www.and.org/and-httpd/ -- $2,000 security guarantee htt