From 9fe23c4aae26bc529f36a3d1db797487341ee2ba Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 15 Mar 2019 15:56:22 -0700 Subject: [PATCH] Reject PEP 542 (#935) --- pep-0542.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0542.txt b/pep-0542.txt index 61628b6b1..72fbb21c0 100644 --- a/pep-0542.txt +++ b/pep-0542.txt @@ -3,10 +3,11 @@ Title: Dot Notation Assignment In Function Header Version: $Revision$ Last-Modified: $Date$ Author: Markus Meskanen -Status: Draft +Status: Rejected Type: Standards Track Content-Type: text/x-rst Created: 10-February-2017 +Resolution: https://mail.python.org/pipermail/python-dev/2019-March/156695.html Abstract