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: Carbon.CF.CFURLRef should be easier to create
Type: enhancement Stage: test needed
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2003-12-03 22:50 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg60433 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2003-12-03 22:50
You should be able to make one from a basestring (in the O& 
and maybe a convenience function in Carbon.CF)

Currently you must do:

Carbon.CF.toCF(pythonbasestring).CFURLCreateWithString(No
ne)
msg82331 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-17 12:31
Carbon.CF is very imcomplete. Use PyObjC instead.
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39658
2009-02-17 12:31:50ronaldoussorensetstatus: open -> closed
resolution: wont fix
messages: + msg82331
nosy: + ronaldoussoren
2009-02-13 05:03:27ajaksu2setstage: test needed
2003-12-03 22:50:57bob.ippolitocreate