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: Bgen should learn about booleans
Type: enhancement Stage: test needed
Components: macOS Versions: Python 2.7
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, ronaldoussoren
Priority: low Keywords:

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

Messages (4)
msg12209 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2002-08-30 08:37
Bgen should be taught about booleans, and the various Mac toolbox modules too.
msg12210 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-17 11:13
Logged In: YES 
user_id=45365

This will have to wait until PyArg_Parse and Py_BuildValue understand about booleans.
msg84564 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-30 15:17
Jack: are you planning to work on this?

I propose to close this issue if your not because bgen in the python.org 
tree is basically dead at this point. Any enhancements would be better of 
a separate project.
msg84629 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2009-03-30 20:01
Close it. I'll revive my version of bgen whenever I find the time.
History
Date User Action Args
2022-04-10 16:05:38adminsetgithub: 37113
2009-03-30 20:03:22ronaldoussorensetstatus: open -> closed
2009-03-30 20:01:22jackjansensetmessages: + msg84629
2009-03-30 15:17:44ronaldoussorensetnosy: + ronaldoussoren
messages: + msg84564
2009-02-13 02:27:12ajaksu2setstage: test needed
versions: + Python 2.7
2008-02-19 23:19:53akuchlingsettype: enhancement
2002-08-30 08:37:06jackjansencreate