Ticket #14844 (closed defect: invalid)
Optional Python stdlib modules should install into lib-dynload and not site-packages
| Reported by: | bretthoerner@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | blb@…, akitada@… | |
| Port: | python25 |
Description
Things like _hashlib.so should go into lib-dynload/ and not site-packages/, right? site-packages/ is generally reserved for user installed modules, not stdlib stuff (optional ones or not). It's a small edge case, but can be confusing to some people.
I wrote up why I noticed this and the issue it caused me here: http://lists.macosforge.org/pipermail/macports-users/2008-March/009685.html
Change History
Note: See
TracTickets for help on using
tickets.

