Accept PEP 628.
This commit is contained in:
parent
fc085af9c1
commit
58c7b9d9a3
12
pep-0628.txt
12
pep-0628.txt
|
@ -3,13 +3,13 @@ Title: Add ``math.tau``
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Nick Coghlan <ncoghlan@gmail.com>
|
Author: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Status: Deferred
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 2011-06-28
|
Created: 2011-06-28
|
||||||
Python-Version: 3.x
|
Python-Version: 3.6
|
||||||
Post-History: 2011-06-28
|
Post-History: 2011-06-28
|
||||||
Resolution: TBD
|
Resolution: http://bugs.python.org/issue12345
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -24,6 +24,12 @@ than the ratio between its circumference and diameter. It is simply a matter
|
||||||
of assigning a name to the value ``2 * pi`` (``2π``).
|
of assigning a name to the value ``2 * pi`` (``2π``).
|
||||||
|
|
||||||
|
|
||||||
|
PEP Acceptance
|
||||||
|
==============
|
||||||
|
|
||||||
|
This PEP is now accepted and math.tau will be a part of Python 3.6.
|
||||||
|
|
||||||
|
|
||||||
PEP Deferral
|
PEP Deferral
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue