Is the ability to import Python modules from zip files in 2.3 documented anywhere? I looked in the Language ref at the "import" statement and in the Library Ref under "ZipFile" module. I'd like to know the specifics of arcnames in the Python zipfiles, such as which character is used to separate path parts. Bill