Python 2.7 beta 1
The first beta of 2.7 has become available for download with a number of innovations that will remind many of the latest release of the 3.1 branch.
- New type - ordered dictionary
- New functionality in unit tests
- Io acceleration
- Automatic field numbering in the str.format () method
- Enhance float view
- Ttk support tkinter
- Memoryview object from branch 3.x
- Set literals
- Dictionary views
- New syntax of nested structures with the with statement
- Sysconfig module
')
Change log
Whats New in Python 2.7
via
Python.orgSource: https://habr.com/ru/post/90627/
All Articles