Opened 17 years ago
Closed 15 years ago
#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 (6)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | mww@… removed |
---|---|
Keywords: | python python25 removed |
Owner: | changed from macports-tickets@… to mww@… |
Port: | python25 added |
comment:2 Changed 16 years ago by blb@…
Cc: | blb@… added |
---|
comment:4 Changed 16 years ago by anthony.theocharis@…
comment:6 Changed 15 years ago by blb@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is no longer an issue as the standard modules are now part of the python25 port (see #12369).
Note: See
TracTickets for help on using
tickets.
Cc Me!