Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
c1fc899d
Commit
c1fc899d
authored
Jan 05, 2018
by
Jason R. Coombs
Committed by
GitHub
Jan 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1231 from zsimic/master
Removed warning when PYTHONDONTWRITEBYTECODE is enabled
parents
4ae5bc9e
647ef564
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGES.rst
CHANGES.rst
+5
-0
setuptools/command/easy_install.py
setuptools/command/easy_install.py
+0
-1
No files found.
CHANGES.rst
View file @
c1fc899d
v38
.3.1
-------
*
#
1231
:
Removed
warning
when
PYTHONDONTWRITEBYTECODE
is
enabled
.
v38
.3.0
-------
...
...
setuptools/command/easy_install.py
View file @
c1fc899d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment