New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #14844 (closed defect: invalid)

Opened 4 years ago

Last modified 2 years ago

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

Changed 3 years ago by jmr@…

  • keywords python python25 removed
  • cc mww@… removed
  • port set to python25
  • owner changed from macports-tickets@… to mww@…

Changed 3 years ago by blb@…

  • cc blb@… added

Cc Me!

Changed 3 years ago by akitada@…

  • cc akitada@… added

Cc Me!

Changed 3 years ago by anthony.theocharis@…

I know blb@... and mww@... have seen these, but for anyone who hasn't... Related tickets:  #18567 and  #12369.

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Changed 2 years ago by blb@…

  • status changed from new to closed
  • resolution set to invalid

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.