From 58c7b9d9a34c62f12fbe2dc3ee7969167098c569 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 9 Aug 2016 21:30:10 -0700 Subject: [PATCH] Accept PEP 628. --- pep-0628.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pep-0628.txt b/pep-0628.txt index 33e61b8f6..deaaf2228 100644 --- a/pep-0628.txt +++ b/pep-0628.txt @@ -3,13 +3,13 @@ Title: Add ``math.tau`` Version: $Revision$ Last-Modified: $Date$ Author: Nick Coghlan -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 ============