|
From: <bc...@wo...> - 2001-11-27 11:26:54
|
A note to current CVS user. I have changed the way .zip/.jar files is added to sys.path. This change will break the way that zipfiles can be added to sys.path. This new trigger for a .zip/.jar file search is: '/path/to/file.zip' or '/path/to/file.zip/path/in/archive' This is expected to match the way CPython-2.3 will allow a .zip file with python modules to be added to sys.path: http://python.sourceforge.net/peps/pep-0273.html regards, finn |