Issue 464605: moving the Mac/ src dir to a diff packag (original) (raw)

Created on 2001-09-24 21:57 by giacometti, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (4)
msg53258 - (view) Author: Frederic Giacometti (giacometti) Date: 2001-09-24 21:57
Given the size of the Mac/ source directory, in the 2.1.1 source distribution (314 python files, 13 MB uncompressed of platform-specific material; a large amount of Mac-specific modules in the module documentation, would it be possible to move this outside the Python core source distribution ? This is taking dispk space and consuming CVS cpu time for nothing, for all but a few developpers. Thanks, Frederic Giacometti
msg53259 - (view) Author: Frederic Giacometti (giacometti) Date: 2001-09-24 22:21
Logged In: YES user_id=93657 Actually, it even a lot worse: there are over 1300 files in the Mac directory. Just think of the time CVS spends on them :((
msg53260 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-10-16 08:09
Logged In: YES user_id=21627 This won't happen. The Mac hierarchy was deliberately introduced into the Python CVS recently to simplify maintenance of the PythonMac port, and it won't be removed just for size reasons. OTOH, removing specific code because it is not used anymore may be feasible - it just needs somebody to identify these pieces.
msg53261 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-03-16 05:39
The file count is down to 268 not including files under .svn/. Although the size has increased to 17MB. Given the size of disks, etc and the effort involved with changing this, it's not likely to happen.
History
Date User Action Args
2022-04-10 16:04:28 admin set github: 35231
2001-09-24 21:57:07 giacometti create