summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-scripting/WWW_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-05-17 12:45:13 (GMT)
commit6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5 (patch)
tree68fa306974cc05de44d5c5c07ba62a739db3aa72 /Mac/Lib/lib-scripting/WWW_Suite.py
parentdfebe90c4c04a7a36e4542907118ddce97085868 (diff)
downloadcpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.zip
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.gz
cpython-6f84ed5afc0d1d43e01f2728207b6fb2cdafc5b5.tar.bz2
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
Diffstat (limited to 'Mac/Lib/lib-scripting/WWW_Suite.py')
-rw-r--r--Mac/Lib/lib-scripting/WWW_Suite.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mac/Lib/lib-scripting/WWW_Suite.py b/Mac/Lib/lib-scripting/WWW_Suite.py
index 9564249..308e13c 100644
--- a/Mac/Lib/lib-scripting/WWW_Suite.py
+++ b/Mac/Lib/lib-scripting/WWW_Suite.py
@@ -1,7 +1,7 @@
"""Suite WorldWideWeb suite, as defined in Spyglass spec.:
Level 1, version 1
-Generated from flap:Programma's:Netscape Navigator Folder:Netscape Navigator 3.01
+Generated from flap:Programma's:Netscape NavigatorŽ Folder:Netscape NavigatorŽ 3.01
AETE/AEUT resource version 1/0, language 0, script 0
"""
@@ -212,7 +212,7 @@ class WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_:
return _arguments['----']
def register_URL_echo(self, _object=None, _attributes={}, **_arguments):
- """register URL echo: Registers the ³echo² application. Each download from now on will be echoed to this application.
+ """register URL echo: Registers the –echo” application. Each download from now on will be echoed to this application.
Required argument: Application signature
Keyword argument _attributes: AppleEvent attribute dictionary
"""
@@ -257,7 +257,7 @@ class WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_:
}
def register_viewer(self, _object, _attributes={}, **_arguments):
- """register viewer: Registers an application as a Œspecial¹ viewer for this MIME type. The application will be launched with ViewDoc events
+ """register viewer: Registers an application as a •specialÕ viewer for this MIME type. The application will be launched with ViewDoc events
Required argument: Application sig
Keyword argument MIME_type: MIME type viewer is registering for
Keyword argument with_file_type: Mac file type for the downloaded files
@@ -310,9 +310,9 @@ class WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_:
}
def register_protocol(self, _object=None, _attributes={}, **_arguments):
- """register protocol: Registers application as a ³handler² for this protocol with a given prefix. The handler will receive ³OpenURL², or if that fails, ³GetURL² event.
+ """register protocol: Registers application as a –handler” for this protocol with a given prefix. The handler will receive –OpenURL”, or if that fails, –GetURL” event.
Required argument: Application sig
- Keyword argument for_protocol: protocol prefix: ³finger:², ³file²,
+ Keyword argument for_protocol: protocol prefix: –finger:”, –file”,
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: TRUE if registration has been successful
"""
@@ -336,7 +336,7 @@ class WorldWideWeb_suite_2c__as_defined_in_Spyglass_spec_2e_:
}
def unregister_protocol(self, _object=None, _attributes={}, **_arguments):
- """unregister protocol: reverses the effects of ³register protocol²
+ """unregister protocol: reverses the effects of –register protocol”
Required argument: Application sig.
Keyword argument for_protocol: protocol prefix. If none, unregister for all protocols
Keyword argument _attributes: AppleEvent attribute dictionary