PEP 505 – None-aware operators Author: Mark E. Haase <mehaase at gmail.com>, Steve Dower <steve.dower at python.org> Status: Deferred Type: Standards Track Created: 18-Sep-2015 Python-Version: 3.8 Table of Contents Abstract Syntax and Semantics Specialness of None Grammar changes The coalesce rule The maybe-dot and maybe-subscript operators Reading expressions Examples Standard Library jsonify Gra

