[issue1078] cachersrc.py using tuple unpacking args

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Superseded by #1091 patches. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> [patch] py3k Mac installation errors __ Tracker <[EMAIL PROTECTED]> ___

[issue1078] cachersrc.py using tuple unpacking args

2007-09-02 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> collinwinter nosy: +collinwinter __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1078] cachersrc.py using tuple unpacking args

2007-08-31 Thread jinok
New submission from jinok: Mac/scripts/cachersrc.py contains tuple unpacking in handler function args definition, causing "make frameworkinstall" to complain and exit early. -- components: Macintosh messages: 55546 nosy: jinok severity: normal status: open title: cachersrc.py using tuple