[Python-checkins] r45266 - python/trunk/Lib/linecache.py python/trunk/Lib/site.py (original) (raw)

neal.norwitz python-checkins at python.org
Tue Apr 11 09:21:20 CEST 2006


Author: neal.norwitz Date: Tue Apr 11 09:21:20 2006 New Revision: 45266

Modified: python/trunk/Lib/linecache.py python/trunk/Lib/site.py Log: Adjust whitespace.

Modified: python/trunk/Lib/linecache.py

--- python/trunk/Lib/linecache.py (original) +++ python/trunk/Lib/linecache.py Tue Apr 11 09:21:20 2006 @@ -37,7 +37,7 @@ if filename in cache: return cache[filename][2] else:

def checkcache(filename=None): @@ -85,13 +85,13 @@ if module_globals and 'loader' in module_globals: name = module_globals.get('name') loader = module_globals['loader']

Modified: python/trunk/Lib/site.py

--- python/trunk/Lib/site.py (original) +++ python/trunk/Lib/site.py Tue Apr 11 09:21:20 2006 @@ -69,7 +69,7 @@ def abs__file__(): """Set all module' file attribute to an absolute path""" for m in sys.modules.values():



More information about the Python-checkins mailing list