<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#330033" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 5/27/2019 7:28 PM, Steven D'Aprano
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20190528022848.GF4221@ando.pearwood.info">
      <pre class="moz-quote-pre" wrap="">On the other hand, locals() currently returns a dict everywhere. It 
might be surprising for it to start returning a proxy object inside 
functions instead of a dict.</pre>
    </blockquote>
    I thought the proxy object sounded more useful... how different is
    it in use from a dict? "proxy" sounds like it should quack like a
    dict, as a general term, but maybe a more specific "proxy" is meant
    here, that doesn't quite quack like a dict?<br>
  </body>
</html>