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 brett.cannon, christian.heimes, gvanrossum
Date 2008-03-18.05:01:29
SpamBayes Score 0.25529662
Marked as misclassified No
Message-id <1205816490.12.0.902918545681.issue1762972@psf.upfronthosting.co.za>
In-reply-to
Content
Christian, I still see __file__ point to a .pyc file:

guido-macbookpro:~/p3 guido$ ./python.exe 
Python 3.0a3+ (py3k:61464M, Mar 17 2008, 16:36:53) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import string
>>> string.__file__
'/Users/guido/p3/Lib/string.pyc'
>>> 

Please assign back to me if you've fixed this...
History
Date User Action Args
2008-03-18 05:01:30gvanrossumsetspambayes_score: 0.255297 -> 0.25529662
recipients: + gvanrossum, brett.cannon, christian.heimes
2008-03-18 05:01:30gvanrossumsetspambayes_score: 0.255297 -> 0.255297
messageid: <1205816490.12.0.902918545681.issue1762972@psf.upfronthosting.co.za>
2008-03-18 05:01:29gvanrossumlinkissue1762972 messages
2008-03-18 05:01:29gvanrossumcreate