[Python-3000-checkins] r58414 - in python/branches/py3k: PC/config.c PCbuild/python.iss PCbuild/python20.wse PCbuild/pythoncore.vcproj

2007-10-11 Thread fred.drake
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

[Python-3000-checkins] r58417 - python/branches/py3k-importlib/Python/bltinmodule.c

2007-10-11 Thread brett.cannon
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

[Python-3000-checkins] r58418 - python/branches/py3k/Lib/io.py

2007-10-11 Thread brett.cannon
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