python-minifier
python-minifier copied to clipboard
Replace literal-statements by short string in case __doc__ is used when remove_literal_statements is wanted
This improves the remove_literal_statements-feature and replaces doc-strings in case the module uses doc by the string 'doc-string stripped by python-minifier', which is much shorter in most cases.
Draft for issue #38.