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.

Author thekorn
Recipients gvanrossum, thekorn
Date 2007-12-19.23:13:58
SpamBayes Score 0.015657792
Marked as misclassified No
Message-id <1198106039.09.0.237198241579.issue1665@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your fast reply.
I'm using the python package of ubuntu-feisty,
$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:50:07) 
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.match.func_code.co_filename
're.py'
>>> 

So maybe it's ubuntu-specific!?
History
Date User Action Args
2007-12-19 23:13:59thekornsetspambayes_score: 0.0156578 -> 0.015657792
recipients: + thekorn, gvanrossum
2007-12-19 23:13:59thekornsetspambayes_score: 0.0156578 -> 0.0156578
messageid: <1198106039.09.0.237198241579.issue1665@psf.upfronthosting.co.za>
2007-12-19 23:13:59thekornlinkissue1665 messages
2007-12-19 23:13:58thekorncreate