Opened 9 years ago

Closed 8 years ago

#6936 closed enhancement (fixed)

Python3-3.5.0

Reported by: Fernando de Oliveira Owned by: Igor Živković
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz

https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz.asc

https://docs.python.org/3/archives/python-3.5.0-docs-html.tar.bz2

https://www.python.org/downloads/release/python-350/

Python-3.5.0.tar.xz MD5 Sum d149d2812f10cbe04c042232e7964171

Python 3.5.0

Release Date: 2015-09-13
Python 3.5.0

Python 3.5.0 was released on September 13th, 2015.
Major new features of the 3.5 series, compared to 3.4

Among the new major new features and changes in the 3.5 release series
are

▪ PEP 441, improved Python zip application support
▪ PEP 448, additional unpacking generalizations
▪ PEP 461, "%-formatting" for bytes and bytearray objects
▪ PEP 465, a new operator (@) for matrix multiplication
▪ PEP 471, os.scandir(), a fast new directory traversal function
▪ PEP 475, adding support for automatic retries of interrupted system
  calls
▪ PEP 479, change StopIteration handling inside generators
▪ PEP 484, the typing module, a new standard for type annotations
▪ PEP 485, math.isclose(), a function for testing approximate equality
▪ PEP 486, making the Windows Python launcher aware of virtual
  environments
▪ PEP 488, eliminating .pyo files
▪ PEP 489, a new and improved mechanism for loading extension modules
▪ PEP 492, coroutines with async and await syntax

For more detailed information, please read What's New In Python 3.5.

Full Changelog

https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-0-final

Change History (2)

comment:1 by Igor Živković, 9 years ago

Owner: changed from blfs-book@… to Igor Živković
Status: newassigned

comment:2 by Igor Živković, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16557.

Note: See TracTickets for help on using tickets.