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
bfc97297
Commit
bfc97297
authored
Nov 14, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few typos
parent
84ed8f70
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/install/pysetup.rst
Doc/install/pysetup.rst
+1
-1
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
Lib/packaging/run.py
Lib/packaging/run.py
+1
-1
Lib/test/regrtest.py
Lib/test/regrtest.py
+1
-1
No files found.
Doc/install/pysetup.rst
View file @
bfc97297
...
...
@@ -149,7 +149,7 @@ Getting a list of all pysetup actions and global options::
list: List installed projects
graph: Display a graph
create: Create a project
generate-setup: Generate a backward-comp
t
atible setup.py
generate-setup: Generate a backward-compatible setup.py
To get more help on an action, use:
...
...
Doc/whatsnew/3.3.rst
View file @
bfc97297
...
...
@@ -596,7 +596,7 @@ Other issues
paths. In previous versions, it did. See changeset for doc changes in
various files. Contributed by Carl Meyer with editions by Éric Araujo.
.. Issue #10998:
-Q command-line flags are
related artifacts have been
.. Issue #10998:
the -Q command-line flag and
related artifacts have been
removed. Code checking sys.flags.division_warning will need updating.
Contributed by Éric Araujo.
Lib/packaging/run.py
View file @
bfc97297
...
...
@@ -368,7 +368,7 @@ actions = [
(
'list'
,
'List installed projects'
,
_list
),
(
'graph'
,
'Display a graph'
,
_graph
),
(
'create'
,
'Create a project'
,
_create
),
(
'generate-setup'
,
'Generate a backward-comp
t
atible setup.py'
,
_generate
),
(
'generate-setup'
,
'Generate a backward-compatible setup.py'
,
_generate
),
]
...
...
Lib/test/regrtest.py
View file @
bfc97297
...
...
@@ -1066,7 +1066,7 @@ class saved_test_environment:
keys = set(packaging.command._COMMANDS)
return id_, keys
def restore_packaging_command__COMMANDS(self, saved):
# if command._COMMANDS was bound to another dict ob
h
ect, we can't
# if command._COMMANDS was bound to another dict ob
j
ect, we can't
# restore the previous object and contents, because the get_ method
# above does not return the dict object (to ignore changes in values)
for key in packaging.command._COMMANDS.keys() - saved[1]:
...
...
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