_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
It does have its own file handling functions: Opening, getting the size,
enumerating directories, etc.
It has its own limitations too. No dates supported, folders only one
level deep, maximum 99 files inside each folder, etc.
There is not a function called stat. But I am considering faking it,
will explain in another reply.
- [Python-Dev] Compiling the source without stat Hossein
- Re: [Python-Dev] Compiling the source without stat Petri Lehtinen
- Re: [Python-Dev] Compiling the source without ... Terry Reedy
- Re: [Python-Dev] Compiling the source without ... Hossein
- Re: [Python-Dev] Compiling the source with... Victor Stinner
- Re: [Python-Dev] Compiling the source without stat Martin v. Löwis
- Re: [Python-Dev] Compiling the source without stat Hrvoje Niksic
- Re: [Python-Dev] Compiling the source without ... Hossein Azadmanesh