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
cce2862d
Commit
cce2862d
authored
Jun 28, 2000
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos fixed by Rob Hooft
parent
2a385bb0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
cmd.py
cmd.py
+1
-1
command/build_ext.py
command/build_ext.py
+2
-2
util.py
util.py
+1
-1
version.py
version.py
+1
-1
No files found.
cmd.py
View file @
cce2862d
...
...
@@ -323,7 +323,7 @@ class Command:
should be disabled by the "dry run" flag, and should announce
themselves if the current verbosity level is high enough. This
method takes care of all that bureaucracy for you; all you have to
do is supply the funtion to call and an argument tuple for it (to
do is supply the fun
c
tion to call and an argument tuple for it (to
embody the "external action" being performed), a message to print
if the verbosity level is high enough, and an optional verbosity
threshold.
...
...
command/build_ext.py
View file @
cce2862d
"""distutils.command.build_ext
Implements the Distutils 'build_ext' command, for building extension
modules (currently limited to C extensions, should accomodate C++
modules (currently limited to C extensions, should accom
m
odate C++
extensions ASAP)."""
# created 1999/08/09, Greg Ward
...
...
@@ -385,7 +385,7 @@ class build_ext (Command):
# Next, compile the source code to object files.
# XXX not honouring 'define_macros' or 'undef_macros' -- the
# CCompiler API needs to change to accomodate this, and I
# CCompiler API needs to change to accom
m
odate this, and I
# want to do one thing at a time!
# Two possible sources for extra compiler arguments:
...
...
util.py
View file @
cce2862d
...
...
@@ -28,7 +28,7 @@ else:
return
os
.
path
.
normpath
(
path
)
# More backwards compat
a
bility hacks
# More backwards compat
i
bility hacks
def
extend
(
list
,
new_list
):
"""Appends the list 'new_list' to 'list', just like the 'extend()'
list method does in Python 1.5.2 -- but this works on earlier
...
...
version.py
View file @
cce2862d
...
...
@@ -207,7 +207,7 @@ class StrictVersion (Version):
# provides enough benefit to be worth using, and will submit their
# version numbering scheme to its domination. The free-thinking
# anarchists in the lot will never give in, though, and something needs
# to be done to accomodate them.
# to be done to accom
m
odate them.
#
# Perhaps a "moderately strict" version class could be implemented that
# lets almost anything slide (syntactically), and makes some heuristic
...
...
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