Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57463d4 commit e5ab0b6Copy full SHA for e5ab0b6
1 file changed
Doc/faq/design.rst
@@ -703,6 +703,10 @@ This also has the side-effect of increasing execution speed because name
703
bindings are resolved at run-time in Python, and the second version only needs
704
to perform the resolution once.
705
706
+Similar proposals that would introduce syntax to further reduce code volume,
707
+such as using a 'leading dot', have been rejected in favour of explicitness (see
708
+https://mail.python.org/pipermail/python-ideas/2016-May/040070.html).
709
+
710
711
Why don't generators support the with statement?
712
------------------------------------------------
0 commit comments