This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kennethreitz
Recipients David Hagen, John Hagen, abarry, barry, eli.bendersky, ethan.furman, kennethreitz, python-dev, rhettinger, veky, vstinner
Date 2016-08-19.07:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471590201.12.0.973324175652.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
This addition to Python, specifically the bare assignment-free `red` syntax would be a huge mistake for the language. It looks like a syntax error to me, and completely destroys my mental model for how Python code either does work or should work. 

A simple assignment to `None`, `()`, or imported static `AUTO_ENUM` (or similar, akin to subprocess.PIPE) would be *much* preferred.
History
Date User Action Args
2016-08-19 07:03:21kennethreitzsetrecipients: + kennethreitz, barry, rhettinger, vstinner, eli.bendersky, ethan.furman, python-dev, veky, abarry, John Hagen, David Hagen
2016-08-19 07:03:21kennethreitzsetmessageid: <1471590201.12.0.973324175652.issue26988@psf.upfronthosting.co.za>
2016-08-19 07:03:21kennethreitzlinkissue26988 messages
2016-08-19 07:03:20kennethreitzcreate