This section lists previously described changes that may require changes to your code:
sys.path
:
import os from distutils import sysconfig lib_dir = sysconfig.get_python_lib(standard_lib=True) old_dir = os.path.join(lib_dir, 'lib-old') sys.path.append(old_dir)
Doing so is discouraged, however; it's better to update any code that still uses these modules.
See About this document... for information on suggesting changes.