What is Python version 3.1?
Answers
Answered by
0
Python 3.1 final was released on June 27th, 2009.
Python 3.1 is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python.
Improvements in this release include:
An ordered dictionary typeVarious optimizations to the int typeNew unittest features including test skipping and new assert methods.
A much faster io moduleTile support for Tkinter
Python 3.1 is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python.
Improvements in this release include:
An ordered dictionary typeVarious optimizations to the int typeNew unittest features including test skipping and new assert methods.
A much faster io moduleTile support for Tkinter
Answered by
0
Explanation:
Python 3.1 has been superseded by 3.1.1. You can download 3.1.1. Python 3.1 final was released on June 27th, 2009. Python 3.1 is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python.
Similar questions