Fix "local variables section".
This commit is contained in:
parent
21b4644d46
commit
524766f441
|
@ -386,9 +386,9 @@ The type we use ultimately depends on how general we expect the
|
|||
consumption of ``sys.implementation`` to be. If its practicality is
|
||||
oriented toward internal use then the data structure is not as
|
||||
critical. However, ``sys.implementation`` is intended to have a
|
||||
non-localized impact across the standard library and the interpreter.
|
||||
It's better to *not* make hacking it become an attractive nuisance,
|
||||
regardless of our intentions for usage.
|
||||
non-localized impact across the standard library and the
|
||||
interpreter. It's better to *not* make hacking it become an
|
||||
attractive nuisance, regardless of our intentions for usage.
|
||||
|
||||
* use (immutable?) nameddict (analogous to namedtuple/structseq)?
|
||||
|
||||
|
@ -429,6 +429,7 @@ Copyright
|
|||
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
|
|
Loading…
Reference in New Issue