This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow freeze to exclude implicits
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jvr Nosy List: jvr, lhudson
Priority: normal Keywords: patch

Created on 2003-02-11 15:59 by lhudson, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
freeze_patch.txt lhudson, 2003-02-12 10:23 Patch to /Tools/freeze/freeze.py
Messages (3)
msg42822 - (view) Author: Lawrence Hudson (lhudson) Date: 2003-02-11 15:59
Freeze always freezes site and exceptions.  This patch
allows these implicit modules to be excluded using the
-x switch.
msg42823 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-02-16 18:36
Logged In: YES 
user_id=92689

The patch looks good, I'll have a closer look later.
msg42824 - (view) Author: Just van Rossum (jvr) * (Python triager) Date: 2003-03-08 20:02
Logged In: YES 
user_id=92689

Applied, it's in rev. 1.43 of freeze.py.
History
Date User Action Args
2022-04-10 16:06:44adminsetgithub: 37965
2003-02-11 15:59:37lhudsoncreate