Fix "local variables section".
This commit is contained in:
parent
21b4644d46
commit
524766f441
35
pep-0421.txt
35
pep-0421.txt
|
@ -379,16 +379,16 @@ Open Issues
|
||||||
* Do we really want to commit to using a dict for
|
* Do we really want to commit to using a dict for
|
||||||
``sys.implementation``?
|
``sys.implementation``?
|
||||||
|
|
||||||
Backward compatibility issues will make it difficult to change our
|
Backward compatibility issues will make it difficult to change our
|
||||||
minds later.
|
minds later.
|
||||||
|
|
||||||
The type we use ultimately depends on how general we expect the
|
The type we use ultimately depends on how general we expect the
|
||||||
consumption of ``sys.implementation`` to be. If its practicality is
|
consumption of ``sys.implementation`` to be. If its practicality is
|
||||||
oriented toward internal use then the data structure is not as
|
oriented toward internal use then the data structure is not as
|
||||||
critical. However, ``sys.implementation`` is intended to have a
|
critical. However, ``sys.implementation`` is intended to have a
|
||||||
non-localized impact across the standard library and the interpreter.
|
non-localized impact across the standard library and the
|
||||||
It's better to *not* make hacking it become an attractive nuisance,
|
interpreter. It's better to *not* make hacking it become an
|
||||||
regardless of our intentions for usage.
|
attractive nuisance, regardless of our intentions for usage.
|
||||||
|
|
||||||
* use (immutable?) nameddict (analogous to namedtuple/structseq)?
|
* use (immutable?) nameddict (analogous to namedtuple/structseq)?
|
||||||
|
|
||||||
|
@ -425,14 +425,15 @@ References
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Local Variables:
|
..
|
||||||
mode: indented-text
|
Local Variables:
|
||||||
indent-tabs-mode: nil
|
mode: indented-text
|
||||||
sentence-end-double-space: t
|
indent-tabs-mode: nil
|
||||||
fill-column: 70
|
sentence-end-double-space: t
|
||||||
coding: utf-8
|
fill-column: 70
|
||||||
End:
|
coding: utf-8
|
||||||
|
End:
|
||||||
|
|
Loading…
Reference in New Issue