[Python-3000-checkins] r58222 - in python/branches/py3k: Doc/library/collections.rst Doc/library/decimal.rst Doc/library/stdtypes.rst Doc/tutorial/inputoutput.rst Lib/cgi.py Lib/decimal.py Lib/test/te

2007-09-20 Thread thomas.wouters
Author: thomas.wouters Date: Thu Sep 20 20:22:40 2007 New Revision: 58222 Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/library/collections.rst python/branches/py3k/Doc/library/decimal.rst python/branches/py3k/Doc/library/stdtypes.rst python/branches/py3

[Python-3000-checkins] r58224 - in python/branches/py3k-importlib: Include/pythonrun.h Modules/getpath.c NEWS

2007-09-20 Thread brett.cannon
Author: brett.cannon Date: Fri Sep 21 03:38:17 2007 New Revision: 58224 Modified: python/branches/py3k-importlib/Include/pythonrun.h python/branches/py3k-importlib/Modules/getpath.c python/branches/py3k-importlib/NEWS Log: Added Py_GetImportlibPath() in order to get the path to _importlib