mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Regenerated to use aetools.Error in stead of MacOS.Error.
This commit is contained in:
parent
c46f56e35f
commit
433a48ef36
8 changed files with 230 additions and 153 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
Level 1, version 1
|
||||
|
||||
Generated from flap:Programma's:Netscape 2.0b5 Folder:Netscape 2.0b5
|
||||
Generated from flap:Programma's:Netscape Navigator<EFBFBD> Folder:Netscape Navigator<6F> 3.0
|
||||
AETE/AEUT resource version 1/0, language 0, script 0
|
||||
"""
|
||||
|
||||
|
@ -40,7 +40,7 @@ class Standard_URL_suite:
|
|||
_reply, _arguments, _attributes = self.send(_code, _subcode,
|
||||
_arguments, _attributes)
|
||||
if _arguments.has_key('errn'):
|
||||
raise MacOS.Error, aetools.decodeerror(_arguments)
|
||||
raise aetools.Error, aetools.decodeerror(_arguments)
|
||||
# XXXX Optionally decode result
|
||||
if _arguments.has_key('----'):
|
||||
return _arguments['----']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue