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
88604056
Commit
88604056
authored
Dec 14, 1998
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"Author" -> "Contact"
parent
4c07f81d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Tools/audiopy/README
Tools/audiopy/README
+1
-1
Tools/audiopy/audiopy
Tools/audiopy/audiopy
+5
-5
Tools/world/README
Tools/world/README
+1
-1
Tools/world/world
Tools/world/world
+1
-1
No files found.
Tools/audiopy/README
View file @
88604056
audiopy - a program to control the Solaris audio device.
Author:
Barry Warsaw
Contact:
Barry Warsaw
Email: bwarsaw@python.org
Version: 0.1
...
...
Tools/audiopy/audiopy
View file @
88604056
...
...
@@ -2,7 +2,7 @@
"""audiopy -- a program to control the Solaris audio device.
Author:
Barry Warsaw
Contact:
Barry Warsaw
Email: bwarsaw@python.org
Version: %(__version__)s
...
...
@@ -240,9 +240,9 @@ class MainWindow:
Audiopy %s
Control the Solaris audio device
For information
contact
author
: Barry A. Warsaw
email :
bwarsaw@python.org'''
%
__version__
)
For information
Contact
: Barry A. Warsaw
Email:
bwarsaw@python.org'''
%
__version__
)
def
__popup_using
(
self
,
event
=
None
):
if
not
self
.
__helpwin
:
...
...
@@ -405,7 +405,7 @@ def main():
elif
arg
in
(
'-v'
,
'--version'
):
print
'''
\
audiopy -- a program to control the Solaris audio device.
Author:
Barry Warsaw
Contact:
Barry Warsaw
Email: bwarsaw@python.org
Version: %s'''
%
__version__
sys
.
exit
(
0
)
...
...
Tools/world/README
View file @
88604056
world -- Print mappings between country names and DNS country codes.
Author:
Barry Warsaw
Contact:
Barry Warsaw
Email: bwarsaw@python.org
This script will take a list of Internet addresses and print out where in the
...
...
Tools/world/world
View file @
88604056
...
...
@@ -2,7 +2,7 @@
"""world -- Print mappings between country names and DNS country codes.
Author:
Barry Warsaw
Contact:
Barry Warsaw
Email: bwarsaw@python.org
Version: %(__version__)s
...
...
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