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
10866a52
Commit
10866a52
authored
Jul 13, 2016
by
Jason R. Coombs
Committed by
GitHub
Jul 13, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #648 from stepshal/blank_lines
Add missing blank line.
parents
e685d05a
053a3a12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
setuptools/package_index.py
setuptools/package_index.py
+1
-0
setuptools/unicode_utils.py
setuptools/unicode_utils.py
+1
-0
No files found.
setuptools/package_index.py
View file @
10866a52
...
...
@@ -162,6 +162,7 @@ def interpret_distro_name(
platform = platform
)
# From Python 2.7 docs
def unique_everseen(iterable, key=None):
"List unique elements, preserving order. Remember all elements ever seen."
...
...
setuptools/unicode_utils.py
View file @
10866a52
...
...
@@ -3,6 +3,7 @@ import sys
from
setuptools.extern
import
six
# HFS Plus uses decomposed UTF-8
def
decompose
(
path
):
if
isinstance
(
path
,
six
.
text_type
):
...
...
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