Edgewall Software

Changes between Initial Version and Version 6 of Ticket #13456


Ignore:
Timestamp:
Jan 3, 2023, 2:05:32 PM (16 months ago)
Author:
Jun Omae
Comment:

distutils.sysconfig.get_python_lib() should probably be replaceable via sysconfig already in Python 3.2+:

import sysconfig; print(sysconfig.get_path('purelib'))

Thanks. Committed in [17644].

Legend:

Unmodified
Added
Removed
Modified