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 gvanrossum
Recipients gvanrossum, thekorn
Date 2007-12-19.23:05:51
SpamBayes Score 0.4145996
Marked as misclassified No
Message-id <1198105551.47.0.260245952325.issue1665@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this.

How did you install Python?

Python 2.5.2a0 (release25-maint, Nov 27 2007, 14:00:00) 
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.match.func_code.co_filename
'/usr/local/lib/python2.5/re.py'
>>>
History
Date User Action Args
2007-12-19 23:05:51gvanrossumsetspambayes_score: 0.4146 -> 0.4145996
recipients: + gvanrossum, thekorn
2007-12-19 23:05:51gvanrossumsetspambayes_score: 0.4146 -> 0.4146
messageid: <1198105551.47.0.260245952325.issue1665@psf.upfronthosting.co.za>
2007-12-19 23:05:51gvanrossumlinkissue1665 messages
2007-12-19 23:05:51gvanrossumcreate