Record that a global flag has been ruled out.
This commit is contained in:
parent
d5deae29b7
commit
79617dfee4
|
@ -161,7 +161,9 @@ ban compatibility characters.
|
|||
Some people would like to see an option on selecting support
|
||||
for this PEP at run-time; opinions vary on what precisely
|
||||
that option should be, and what precisely its default value
|
||||
should be.
|
||||
should be. Guido van Rossum commented in [5]_ that a global
|
||||
flag passed to the interpreter is not acceptable, as it would
|
||||
apply to all modules.
|
||||
|
||||
Discussion
|
||||
==========
|
||||
|
@ -252,6 +254,7 @@ References
|
|||
.. [2] http://www.unicode.org/reports/tr39/
|
||||
.. [3] http://www.unicode.org/reports/tr36/
|
||||
.. [4] http://mail.python.org/pipermail/python-3000/2007-June/008161.html
|
||||
.. [5] http://mail.python.org/pipermail/python-3000/2007-May/007925.html
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue