python-minifier icon indicating copy to clipboard operation
python-minifier copied to clipboard

Replace literal-statements by short string in case __doc__ is used when remove_literal_statements is wanted

Open phorward opened this issue 4 years ago • 0 comments

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.

phorward avatar Nov 17 '21 19:11 phorward