Re: Ending/reducing bytecode compilation, loosening dependencies

2005-12-30 Thread Kenneth Pronovici
> About a month ago Steve Langasek and I discussed the state of Python > packages on IRC, in particular the effects of bytecode compilation; the > effectiveness (or lack thereof) of it, and how it tightens Python > dependencies. I'd like to propose three changes to how Python modules > are handled.

Ending/reducing bytecode compilation, loosening dependencies

2005-12-30 Thread Joe Wreschnig
Hi, About a month ago Steve Langasek and I discussed the state of Python packages on IRC, in particular the effects of bytecode compilation; the effectiveness (or lack thereof) of it, and how it tightens Python dependencies. I'd like to propose three changes to how Python modules are handled. All