mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
MSL errno.h has moved some errors around, and doesn't document
them in comments, so we do that ourselves.
This commit is contained in:
parent
4346716962
commit
b83b46d2c6
3 changed files with 24 additions and 6 deletions
|
@ -90,6 +90,12 @@ def main():
|
|||
parse_errno_h(fp, dict)
|
||||
fp.close()
|
||||
|
||||
fss, ok = macfs.PromptGetFile("Select 2nd errno.h or cancel")
|
||||
if not ok: return
|
||||
fp = open(fss.as_pathname())
|
||||
parse_errno_h(fp, dict)
|
||||
fp.close()
|
||||
|
||||
fss, ok = macfs.PromptGetFile("Where is Errors.h?")
|
||||
if not ok: return
|
||||
fp = open(fss.as_pathname())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue