Commit c1fc899d authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1231 from zsimic/master

Removed warning when PYTHONDONTWRITEBYTECODE is enabled
parents 4ae5bc9e 647ef564
v38.3.1
-------
* #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.
v38.3.0
-------
......
......@@ -1248,7 +1248,6 @@ class easy_install(Command):
def byte_compile(self, to_compile):
if sys.dont_write_bytecode:
self.warn('byte-compiling is disabled, skipping.')
return
from distutils.util import byte_compile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment