[Zope-dev] [Patch] Optimization for development mode

Brian Lloyd Brian@digicool.com
Fri, 31 Mar 2000 09:19:57 -0500


Geez, never mind me - I'm an idiot :) I was running the 
wrong one (1.5.1).


Brian Lloyd        brian@digicool.com
Software Engineer  540.371.6909              
Digital Creations  http://www.digicool.com 




> -----Original Message-----
> From: Toby Dickenson [mailto:tdickenson@geminidataloggers.com]
> Sent: Friday, March 31, 2000 8:58 AM
> To: 'Brian Lloyd'
> Cc: 'Patrick Phalen'; zope-dev@zope.org
> Subject: RE: [Zope-dev] [Patch] Optimization for development mode
> 
> 
> > Where are you seeing the getmtime() implementation in your 
> > installation? (what module?)
> 
> os.path is a synonym for the module ntpath
> 
> 
> Python 1.5.2 (#0, Oct 11 1999, 09:59:20) [MSC 32 bit (Intel)] on win32
> Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
> >>> import os.path
> >>> dir(os.path)
> ['__builtins__', '__doc__', '__file__', '__name__', 
> 'abspath', 'basename',
> 'comm
> onprefix', 'dirname', 'exists', 'expanduser', 'expandvars', 
> 'getatime',
> 'getmtim
> e', 'getsize', 'isabs', 'isdir', 'isfile', 'islink', 
> 'ismount', 'join',
> 'normcas
> e', 'normpath', 'os', 'split', 'splitdrive', 'splitext', 
> 'splitunc', 'stat',
> 'st
> ring', 'varchars', 'walk']
> >>> os.path
> <module 'ntpath' from 'd:\python\lib\ntpath.pyc'>
> >>>
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope )
>