Accept PEP 628.

This commit is contained in:
Guido van Rossum 2016-08-09 21:30:10 -07:00
parent fc085af9c1
commit 58c7b9d9a3
1 changed files with 9 additions and 3 deletions

View File

@ -3,13 +3,13 @@ Title: Add ``math.tau``
Version: $Revision$
Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan@gmail.com>
Status: Deferred
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 2011-06-28
Python-Version: 3.x
Python-Version: 3.6
Post-History: 2011-06-28
Resolution: TBD
Resolution: http://bugs.python.org/issue12345
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π``).
PEP Acceptance
==============
This PEP is now accepted and math.tau will be a part of Python 3.6.
PEP Deferral
============