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
49c36b7d
Commit
49c36b7d
authored
Oct 19, 2016
by
Jason R. Coombs
Committed by
GitHub
Oct 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #822 from stepshal/blank
Fix quantity of blank lines.
parents
8b2c4909
ed3fac37
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
setuptools/command/build_py.py
setuptools/command/build_py.py
+1
-1
setuptools/msvc.py
setuptools/msvc.py
+1
-0
setuptools/sandbox.py
setuptools/sandbox.py
+1
-0
No files found.
setuptools/command/build_py.py
View file @
49c36b7d
...
...
@@ -14,8 +14,8 @@ from setuptools.extern.six.moves import map, filter, filterfalse
try
:
from
setuptools.lib2to3_ex
import
Mixin2to3
except
ImportError
:
class
Mixin2to3
:
class
Mixin2to3
:
def
run_2to3
(
self
,
files
,
doctests
=
True
):
"do nothing"
...
...
setuptools/msvc.py
View file @
49c36b7d
...
...
@@ -761,6 +761,7 @@ class EnvironmentInfo:
vc_min_ver: float
Minimum Microsoft Visual C++ version.
"""
# Variables and properties in this class use originals CamelCase variables
# names from Microsoft source files for more easy comparaison.
...
...
setuptools/sandbox.py
View file @
49c36b7d
...
...
@@ -290,6 +290,7 @@ class AbstractSandbox:
if self._active:
src, dst = self._remap_pair(name, src, dst, *args, **kw)
return original(src, dst, *args, **kw)
return wrap
for name in ["rename", "link", "symlink"]:
...
...
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