[Patches] [ python-Patches-405853 ] Allow jython to use site.py

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Mar 2001 09:54:25 -0800


Patches item #405853, was updated on 2001-03-04 09:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=405853&group_id=5470

>Category: library
Group: None
>Status: Closed
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Barry Warsaw (bwarsaw)
Summary: Allow jython to use site.py

Initial Comment:
Change 1: Not all 'modules' in sys.modules have a 
sensible __file__ attribute. Some of our java package 
can have the __file__ attribute set to None.

Change 2: In jython we have the jython license file in 
<root> and the CPython license file in <root>/Lib. By 
reversing the search sequence jython will find and 
show the jython license file before the CPython file. 

----------------------------------------------------------------------

>Comment By: Barry Warsaw (bwarsaw)
Date: 2001-03-23 09:54

Message:
Logged In: YES 
user_id=12800

Looks reasonable to me.  Applying to site.py 1.26

----------------------------------------------------------------------

Comment By: Finn Bock (bckfnn)
Date: 2001-03-04 09:48

Message:
Logged In: YES 
user_id=4201

Forgot to mark the upload checkbox.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=405853&group_id=5470