mirror of
https://github.com/python/cpython.git
synced 2025-09-03 15:31:08 +00:00
* Python/getmtime.c: Remove mac specifics (Mac subdirectory has
its own version now) * Python/bltinmodule.c (builtin_tuple): use pre-existing listtuple(v) for lists
This commit is contained in:
parent
f6971e2958
commit
e4ab6475f1
2 changed files with 2 additions and 17 deletions
|
@ -30,12 +30,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef macintosh
|
||||
#include "stat.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
long
|
||||
getmtime(path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue