Message31311
| Author |
fer_perez |
| Recipients |
| Date |
2007年02月23日.16:57:22 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Note: a colleague just tested this under Python 2.4 for Mac OSX (intel), and the problem didn't show up there:
import inspect
print 'File for `code` :',inspect.getabsfile(code)
print 'File for `code.interact`:',inspect.getabsfile(code.interact)
Gives:
File for `code` :
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/code.py
File for `code.interact`:
/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/code.py
My original tests were done under Ubuntu Edgy Eft, using the Ubuntu-provided 2.4 and 2.5, and a hand-compiled 2.3.6 from the source download at python.org.
HTH,
f |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:52:02 | admin | link | issue1666807 messages |
| 2007年08月23日 14:52:02 | admin | create |
|