This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 221 still doesn't work on OS 8.1
Type: Stage:
Components: macOS Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, mwh
Priority: high Keywords:

Created on 2002-03-18 16:04 by jackjansen, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (5)
msg9771 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-18 16:04
The current problem is that InterfaceLib--FSRenameUnicode is undefined. Let's try and weak-link InterfaceLib and hope that doesn't cause a string of new problems.
msg9772 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-21 21:13
Logged In: YES 
user_id=45365

This problem has been fixed, but a new (related?) one has turned up: ConfigurePythonClassic doesn't run. This also shows up on MacOS 8.6, which should make it easier to debug (as I have access to 8.6).
msg9773 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-22 16:15
Logged In: YES 
user_id=45365

It is not fair. Fixed the Res problem and another one shows up in QuickDraw. The fix (forthcoming) is that all toolbox modules will be weak linked and all interface methods protected against non-existing underlying API routines.

Oh well, this is something that was on my to-do list anyway.
msg9774 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-03-30 11:37
Logged In: YES 
user_id=6656

I thought this was fixed?

Or are you waiting for confirmation?
msg9775 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-03-30 22:02
Logged In: YES 
user_id=45365

Confirmed fixed with 2.2.1c2. To get the IDE to work you also need the new 221 patch for MacOS8.1. (which differs from the 22 patch for 8.1)
History
Date User Action Args
2022-04-10 16:05:06adminsetgithub: 36276
2002-03-18 16:04:37jackjansencreate