On 22/10/2014, at 8:31 PM, Graham Dumpleton <[email protected]> wrote: > > As well as that communication path, I also changed how Python virtual > environments are internally handled to cope with changes in Python 3.4 that > broke things. I applied the same strategy back to old Python versions on > assumption it would work. I am actually having trouble finding what version > that change was made which makes me worry I didn't document it in the change > notes.
Crap. It was changed in mod_wsgi 4.2.8 and I did seem to neglect to put something in the release notes. I should have, as it fixed the ability to use pyvenv virtual environments, which was actually from Python 3.3 and not 3.4. :-( Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
