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 thatiparthy
Recipients eric.smith, miss-islington, rhettinger, terry.reedy, thatiparthy
Date 2018-11-10.08:20:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541838008.77.0.788709270274.issue35202@psf.upfronthosting.co.za>
In-reply-to
Content
I have raised one more PR; I think i am done with this issue. People who are interested can take up from here. ,

For the record, following are some filters to search;

Query to find unused imports
----------------------------------

find . -type f -name \*.py -print  | xargs flake8 | grep F401
----------------------------------

Search query 
------------------------------------
grep -v warnings | grep -v "\.\*" | grep -v tkinter | grep -v sysconfig | grep -v readline | grep -v py3_test_grammar.py  | grep -v java | grep -v rlcompleter | grep -v sitecustomize | grep -v __all__ | grep -v test_importlib | grep -v async | grep -v test_future | grep -v circular_import | grep -v dataclasses
------------------------------------
History
Date User Action Args
2018-11-10 08:20:08thatiparthysetrecipients: + thatiparthy, rhettinger, terry.reedy, eric.smith, miss-islington
2018-11-10 08:20:08thatiparthysetmessageid: <1541838008.77.0.788709270274.issue35202@psf.upfronthosting.co.za>
2018-11-10 08:20:08thatiparthylinkissue35202 messages
2018-11-10 08:20:08thatiparthycreate