New submission from Ronald Oussoren <ronaldousso...@mac.com>: I just noticed that distutils creates an egg-info for the stdlib while installing Python.
This definitely happens for Python 2.7 and Python 3.2 (both framework builds on OSX). In lib-dynload there is and egg-info file: "Python-2.7.1-py2.7.egg-info" Is this intentional? If it is: the OSX installer does not remove older versions when installing an upgrade (that is, I also have egg-info files for Python-2.7 and several pre-releases) ---------- assignee: tarek components: Distutils messages: 123536 nosy: eric.araujo, ronaldoussoren, tarek priority: low severity: normal status: open title: egg-info file in lib-dynload type: behavior versions: Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com