Message5185

Author pjenvey
Recipients gdoutch, pjenvey
Date 2009-09-17.18:37:45
SpamBayes Score 7.733801e-05
Marked as misclassified No
Message-id <1253212666.09.0.120829248587.issue1472@psf.upfronthosting.co.za>
In-reply-to
Content
This is the intended behavior as you've found with CPython. You always 
need to handle the extension when you're trying to determine the 
original .py script from __file__, e.g. see doctest's handling of it:

http://fisheye3.atlassian.com/browse/jython/trunk/jython/Lib/doctest.py?
r=5206#l967
History
Date User Action Args
2009-09-17 18:37:46pjenveysetmessageid: <1253212666.09.0.120829248587.issue1472@psf.upfronthosting.co.za>
2009-09-17 18:37:46pjenveysetrecipients: + pjenvey, gdoutch
2009-09-17 18:37:45pjenveylinkissue1472 messages
2009-09-17 18:37:45pjenveycreate