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
68d81171
Commit
68d81171
authored
Jul 16, 2000
by
Thomas Wouters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is a
genuine bug, so I checked it in separately.
parent
15676ea4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/plat-irix5/cdplayer.py
Lib/plat-irix5/cdplayer.py
+1
-1
Lib/plat-irix6/cdplayer.py
Lib/plat-irix6/cdplayer.py
+1
-1
No files found.
Lib/plat-irix5/cdplayer.py
View file @
68d81171
...
@@ -53,7 +53,7 @@ class Cdplayer:
...
@@ -53,7 +53,7 @@ class Cdplayer:
if
not
match
:
if
not
match
:
print
'syntax error in ~/'
+
cdplayerrc
print
'syntax error in ~/'
+
cdplayerrc
continue
continue
name
,
val
y
e
=
match
.
group
(
1
,
2
)
name
,
val
u
e
=
match
.
group
(
1
,
2
)
if
name
==
'title'
:
if
name
==
'title'
:
self
.
title
=
value
self
.
title
=
value
elif
name
==
'artist'
:
elif
name
==
'artist'
:
...
...
Lib/plat-irix6/cdplayer.py
View file @
68d81171
...
@@ -53,7 +53,7 @@ class Cdplayer:
...
@@ -53,7 +53,7 @@ class Cdplayer:
if
not
match
:
if
not
match
:
print
'syntax error in ~/'
+
cdplayerrc
print
'syntax error in ~/'
+
cdplayerrc
continue
continue
name
,
val
y
e
=
match
.
group
(
1
,
2
)
name
,
val
u
e
=
match
.
group
(
1
,
2
)
if
name
==
'title'
:
if
name
==
'title'
:
self
.
title
=
value
self
.
title
=
value
elif
name
==
'artist'
:
elif
name
==
'artist'
:
...
...
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