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 terry.reedy
Recipients fgracia, python-dev, roger.serwy, terry.reedy
Date 2014-07-11.19:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405107287.16.0.590854191202.issue14929@psf.upfronthosting.co.za>
In-reply-to
Content
The 'In files:' field specifies the search directory. I opened #21960 about it being more informative when using Find in Files from the Shell window.

Perfect encoding detection is a fantasy; decent encoding detection by heuristics is slow and not something to do when searchings 100s, 1000s, or more files. What would be reasonable is to check for an encoding cookie. Idle already does this when opening a .py file in the editor. That code should be encapsulated if it is not and reused.

An encoding field for non-python files would be possible, but is a lesser priority to me.
History
Date User Action Args
2014-07-11 19:34:47terry.reedysetrecipients: + terry.reedy, roger.serwy, python-dev, fgracia
2014-07-11 19:34:47terry.reedysetmessageid: <1405107287.16.0.590854191202.issue14929@psf.upfronthosting.co.za>
2014-07-11 19:34:47terry.reedylinkissue14929 messages
2014-07-11 19:34:46terry.reedycreate