Changeset 145
- Timestamp:
- 02/12/05 05:04:16
- Files:
-
- trunk/cherrypy/_cphttptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cphttptools.py
r142 r145 331 331 except OSError: 332 332 raise cperror.NotFound 333 if type(stat) == type(()): # Python2.1 334 modifTime = stat[9] 335 else: 336 modifTime = stat.st_mtime 333 modifTime = stat.st_mtime 337 334 338 335 strModifTime = time.strftime("%a, %d %b %Y %H:%M:%S GMT", time.gmtime(modifTime))

