Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: posixpath.py Log Message: Mark Favas discovered this: getatime() accidentally returned the MTIME! This fixes PR#211. Index: posixpath.py =================================================================== RCS file: /projects/cvsroot/python/dist/src/Lib/posixpath.py,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** posixpath.py 2000/02/04 15:10:34 1.27 --- posixpath.py 2000/02/24 02:26:51 1.28 *************** *** 144,148 **** """Return the last access time of a file, reported by os.stat().""" st = os.stat(filename) ! return st[stat.ST_MTIME] --- 144,148 ---- """Return the last access time of a file, reported by os.stat().""" st = os.stat(filename) ! return st[stat.ST_ATIME]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4