[閒聊] Python 3.5.0b2 release

作者: walelile (wakaka)   2015-06-09 06:21:11
Python 3.5.0b2 release
link: https://docs.python.org/3.5/whatsnew/3.5.html
What's New (compared to 3.4)
Syntax features:
- matrix multiplication operator: a @ b
- coroutines with async and await syntax (PEP492)
New lib modules:
- zipapp
New built-in features:
- bytes % args, bytearray % args
- hex() method has been added to bytes, bytearray
and memoryview
Significatly Imporved Library Modules:
- collections.OrderedDict is now implemented in C (4x~100x)
- tempfile
Implementation Improvements:
(略,看不懂)
Security Improvements:
None yet

Links booklink

Contact Us: admin [ a t ] ucptt.com