[17:20:55] <nkryptic> does someone know about problem when setting the [buildout] option python (to set executable) not being used with buildout 2.0.1? I checked for matching bugs, but it is difficult when searching against "python"
[17:23:21] <aclark> nkryptic: i think buildout 2 changed that behavior yes, check release notes
[17:30:41] <nkryptic> aclark: thanks. I've been using https://pypi.python.org/pypi/gocept.cxoracle and a buildout.cfg which sets python=python-oracle, which in turn is used for the shebang of compiled scripts and building eggs.
[17:30:49] <nkryptic> I see a release note about no-longer supporting multiple versions of python in a single buildout. Does that mean the python=xxx option is simply ignored?