diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/engine.sgml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/design/engine.sgml b/doc/design/engine.sgml index 3bb636b..92343bf 100644 --- a/doc/design/engine.sgml +++ b/doc/design/engine.sgml @@ -152,15 +152,6 @@ dict = env.Dictionary() </programlisting> -<REMARK> -In the current source code, I implemented this as a dictionary attribute -named <literal>Dictionary</literal>. While reasonably Pythonic, this -is ultimately Not Good. We don't want people using a reference to the -dictionary to change construction variables out from under an existing -environment. We should use an internal <literal>_dict</literal> -attribute and control access to it through a method, as specified above. -</REMARK> - <para> If any arguments are supplied, then just the corresponding value(s) |