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
8d326b85
Commit
8d326b85
authored
Feb 10, 2003
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Punctuation fixes in docstrings.
parent
f6c9ba84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Lib/plat-mac/pimp.py
Lib/plat-mac/pimp.py
+3
-3
No files found.
Lib/plat-mac/pimp.py
View file @
8d326b85
...
...
@@ -43,13 +43,13 @@ ARCHIVE_FORMATS = [
]
class
MyURLopener
(
urllib
.
FancyURLopener
):
"""Like FancyURLOpener, but we do want to get errors as exceptions"""
"""Like FancyURLOpener, but we do want to get errors as exceptions
.
"""
def
http_error_default
(
self
,
url
,
fp
,
errcode
,
errmsg
,
headers
):
urllib
.
URLopener
.
http_error_default
(
self
,
url
,
fp
,
errcode
,
errmsg
,
headers
)
class
PimpPreferences
:
"""Container for per-user preferences, such as the database to use
and where to install packages"""
and where to install packages
.
"""
def
__init__
(
self
,
flavorOrder
=
None
,
...
...
@@ -119,7 +119,7 @@ class PimpDatabase:
"""Class representing a pimp database. It can actually contain
information from multiple databases through inclusion, but the
toplevel database is considered the master, as its maintainer is
"responsible" for the contents"""
"responsible" for the contents
.
"""
def
__init__
(
self
,
prefs
):
self
.
_packages
=
[]
...
...
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