diff options
author | Barry Warsaw <barry@python.org> | 2001-03-23 17:53:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-03-23 17:53:49 (GMT) |
commit | 62d248892f8782d01cfeb1951d53eaeac81750fe (patch) | |
tree | 85be76bd682f2ec19fb18dab104a38c81bcd49e6 /Python/pythonrun.c | |
parent | 27dca06f0cd825635765e974a3a657d7192af6b0 (diff) | |
download | cpython-62d248892f8782d01cfeb1951d53eaeac81750fe.zip cpython-62d248892f8782d01cfeb1951d53eaeac81750fe.tar.gz cpython-62d248892f8782d01cfeb1951d53eaeac81750fe.tar.bz2 |
Two minor changes for better Jython compatibility. Finn Bock says:
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.
Closes SF patch #405853.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions