liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.45k stars 224 forks source link

Preserve the encoding comment (PEP 263) #12

Open dn0 opened 10 years ago

dn0 commented 10 years ago

The encoding comment defined in PEP 263 should be skipped when performing minification.