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 Brian.Herman
Recipients Brian.Herman, brett.cannon, eryksun, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-07-12.05:16:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468300605.12.0.660018243063.issue27083@psf.upfronthosting.co.za>
In-reply-to
Content
In python 3.6 from hg it has been fixed.

>>> glob.glob('*.py')
['setup.py', 'test.py']
>>> import test
>>> test.__file__
'C:\\Users\\brian\\Desktop\\cpython\\test.py'
>>>
History
Date User Action Args
2016-07-12 05:16:45Brian.Hermansetrecipients: + Brian.Herman, brett.cannon, paul.moore, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower
2016-07-12 05:16:45Brian.Hermansetmessageid: <1468300605.12.0.660018243063.issue27083@psf.upfronthosting.co.za>
2016-07-12 05:16:45Brian.Hermanlinkissue27083 messages
2016-07-12 05:16:45Brian.Hermancreate