Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7f65c652
Commit
7f65c652
authored
Aug 14, 1999
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment tweak.
parent
0081cc52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Lib/distutils/core.py
Lib/distutils/core.py
+5
-5
No files found.
Lib/distutils/core.py
View file @
7f65c652
...
...
@@ -166,11 +166,11 @@ class Distribution:
# cheap to "run" a command whenever we think we might need to -- if
# it's already been done, no need for expensive filesystem
# operations, we just check the 'have_run' dictionary and carry on.
# It's only safe to query 'have_run' for a command class
#
that has been instantiated -- a false value will be put inserted
#
when the command object is created, and replaced with a true
#
value when the command is succesfully run. Thus it's
#
probably best to use
'.get()' rather than a straight lookup.
# It's only safe to query 'have_run' for a command class
that has
#
been instantiated -- a false value will be inserted when the
#
command object is created, and replaced with a true value when
#
the command is succesfully run. Thus it's probably best to use
# '.get()' rather than a straight lookup.
self
.
have_run
=
{}
# __init__ ()
...
...
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