| | 316 | Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5? |
|---|
| | 317 | ---------------------------------------------------------------------------------------- |
|---|
| | 318 | |
|---|
| | 319 | No. Django itself is guaranteed to work with any version of Python from 2.3 |
|---|
| | 320 | and higher. |
|---|
| | 321 | |
|---|
| | 322 | If you use a Python version newer than 2.3, you will, of course, be able to |
|---|
| | 323 | take advantage of newer Python features in your own code, along with the speed |
|---|
| | 324 | improvements and other optimizations that have been made to the Python language |
|---|
| | 325 | itself. But the Django framework itself should work equally well on 2.3 as it |
|---|
| | 326 | does on 2.4 or 2.5. |
|---|
| | 327 | |
|---|