On 7/5/07, anna <[EMAIL PROTECTED]> wrote: > On Jul 5, 10:19 am, "James Bennett" <[EMAIL PROTECTED]> wrote: > > On 7/5/07, anna <[EMAIL PROTECTED]> wrote: > > > > > Can anyone tell me what version of Python the latest version of Django > > > (and previous versions if available) is written/developed in? Or can > > > you tell me where I can find that info? > > > > Django is compatible with any version of Python greater than 2.3, as > > noted in the Django installation documentation: > > > > http://www.djangoproject.com/documentation/install/ > > Yes, I understand that. But does that mean that it's developed in > 2.3, 2.4 and 2.5 or just one of those? I know this is a weird > question, but I'm doing research for work and need to know this info. > The fact that it's just compatible with versions greater than 2.3 is > not enough - I need to know the exact version of Python the Django > code is written in.
I think you're asking an unanswerable question; Django is developed *against* a particular minimum Python version's specification. Someone could, in theory, hack on Django without ever touching a Python interpreter (although I'd hope not, since running the test suite is a Good Thing). ^_^ What version used alongside development to test things will differ from developer to developer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
