(go to: table of contents, index)
The default OpenVMS filesystem (ODS-2) supports only uppercase filenames.
The modification makes the module compliant.
This module is used during the installation. See the
'installation manual',
'installing + building PYVMS',
'compile Python files'.
The module was using an invalid filename character ("@").
The 'TemporaryFileWrapper' class uses a construct (os.open(), os.unlink())
that does not work on OpenVMS. The port pretends to be a 'POSIX' environment,
so the appropriate check fails. The check has been removed - the required piece
of code is directly executed.
The module was using an invalid filename character ("@").
compileall
tempfile
test_support