A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-February/010147.html below:

[Python-checkins] CVS: python/dist/src/Lib posixpath.py,1.27,1.28

[Python-checkins] CVS: python/dist/src/Lib posixpath.py,1.27,1.28Guido van Rossum guido@cnri.reston.va.us
Wed, 23 Feb 2000 21:26:54 -0500 (EST)
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