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 rhettinger
Recipients gousaiyang, rhettinger
Date 2020-04-13.01:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586742929.36.0.0382645840428.issue40265@roundup.psfhosted.org>
In-reply-to
Content
ISTM this a purely theoretical problem since "ns.return" is already a syntax error.

The primary function of the Namespace class is to hold valid attributes and to allow the dot operator to access those attributes.  Handling invalid attribute names is beyond its scope.
History
Date User Action Args
2020-04-13 01:55:29rhettingersetrecipients: + rhettinger, gousaiyang
2020-04-13 01:55:29rhettingersetmessageid: <1586742929.36.0.0382645840428.issue40265@roundup.psfhosted.org>
2020-04-13 01:55:29rhettingerlinkissue40265 messages
2020-04-13 01:55:29rhettingercreate