[Python-Dev] Adding the 'path' module (was Re: Some RFE for review)

Dörwald Walter walter at livinglogic.de
Mon Jun 27 00:22:46 CEST 2005


Phillip J. Eby wrote:

> [...]
> I'm also not keen on the fact that it makes certain things
> properties whose value can change over time; i.e. ctime/mtime/atime  
> and
> size really shouldn't be properties, but rather methods.

I think ctime, mtime and atime should be (or return)  
datetime.datetime objects instead of integer timestamps.

Bye,
    Walter Dörwald



More information about the Python-Dev mailing list