I will start an effort to work on porting to python3.3. I have one question on how to speed up the edit/test cycle.
Right now, I might do python setup.py install --user Now I can test scons, edit files installed (into .local/lib/python3.3/site- packages...). But how can I avoid having to then manually sync the edits back into the scons source directory for another round of python setup.py install --user? Or at least, some way to automate the syncing of changes back to the source dir. _______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
