From Fedora Project Wiki
Line 6: | Line 6: | ||
==[https://docs.python.org/3.6/whatsnew/3.5.html Python Upgrade to 3.5]== | ==[https://docs.python.org/3.6/whatsnew/3.5.html Python Upgrade to 3.5]== | ||
* Python 3.5 will be the default Python environment. This is an upgrade from 3.4 which was included in Fedora 23. | * Python 3.5 will be the default Python environment. This is an upgrade from 3.4 which was included in Fedora 23. | ||
* New Syntax Features | |||
* New library modules like typing and zipapp | |||
* New built in features like memoryview that supports tuple indexing | |||
* CPython improvements | |||
* Standard library improvements | |||
* Security Updates - Improvements | |||
* Improvements in Windows, such as: a new Windows installer and Windows builds use Microsoft Visual C++ 14.0 | |||
==[http://www.mono-project.com/docs/about-mono/releases/4.2.1/ Mono 4.2.1]== | ==[http://www.mono-project.com/docs/about-mono/releases/4.2.1/ Mono 4.2.1]== |
Revision as of 14:19, 3 April 2016
Python Upgrade to 3.5
- Python 3.5 will be the default Python environment. This is an upgrade from 3.4 which was included in Fedora 23.
- New Syntax Features
- New library modules like typing and zipapp
- New built in features like memoryview that supports tuple indexing
- CPython improvements
- Standard library improvements
- Security Updates - Improvements
- Improvements in Windows, such as: a new Windows installer and Windows builds use Microsoft Visual C++ 14.0
Mono 4.2.1
The version of Mono in Fedora 24 is 4.2.1, noteable changes are:
- More integration of Microsoft Open Source Code
- PPDB Debugging support
- New Implementation of threadpool
- Bugfixes, and runtime optimizations
Ruby 2.3
- Ruby will be upgraded to 2.3 in Fedora 24.
Suds Jurko Fork
- Changes the python-suds package to use the fork maintained by Jurko Gospodnetic. This change brings a more modern Suds to Fedora, including Python 3 support and various bug fixes.