[Python-Dev] Re: Adding 'lexists()' to os.path
"Martin v. Löwis"
martin at v.loewis.de
Sun Aug 22 16:58:39 CEST 2004
More information about the Python-Dev mailing list
Sun Aug 22 16:58:39 CEST 2004
- Previous message: [Python-Dev] Re: Adding 'lexists()' to os.path
- Next message: [Python-Dev] Adding 'lexists()' to os.path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Moore wrote: > As an alternative, would there be any value in cacheing the last stat > result? That won't help (in addition to the problems it causes). One of the stat calls must be stat(2), the other one lstat(2). Regards, Martin
- Previous message: [Python-Dev] Re: Adding 'lexists()' to os.path
- Next message: [Python-Dev] Adding 'lexists()' to os.path
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list