Author: fred.drake
Date: Thu Oct 11 20:05:38 2007
New Revision: 58414
Modified:
python/branches/py3k/PC/config.c
python/branches/py3k/PCbuild/python.iss
python/branches/py3k/PCbuild/python20.wse
python/branches/py3k/PCbuild/pythoncore.vcproj
Log:
clean out some hotshot-related build tu
Author: brett.cannon
Date: Thu Oct 11 23:50:17 2007
New Revision: 58417
Modified:
python/branches/py3k-importlib/Python/bltinmodule.c
Log:
Fix a boo-boo from the last merge where I accidentally undid the merged change.
Modified: python/branches/py3k-importlib/Python/bltinmodule.c
Author: brett.cannon
Date: Fri Oct 12 01:08:53 2007
New Revision: 58418
Modified:
python/branches/py3k/Lib/io.py
Log:
Remove self-referential import.
Modified: python/branches/py3k/Lib/io.py
==
--- python/branches/py3