[Python-checkins] peps: wording

barry.warsaw python-checkins at python.org
Fri Apr 5 20:25:20 CEST 2013


http://hg.python.org/peps/rev/7bf056b60f92
changeset:   4836:7bf056b60f92
user:        Barry Warsaw <barry at python.org>
date:        Fri Apr 05 14:25:16 2013 -0400
summary:
  wording

files:
  pep-0435.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0435.txt b/pep-0435.txt
--- a/pep-0435.txt
+++ b/pep-0435.txt
@@ -568,9 +568,9 @@
 354 dismisses this approach for its complexity, in practice any perceived
 complexity, though minimal, is hidden from users of the enumeration.
 
-Unlike PEP 354, enumeration values can only be tested by identity comparison.
-This is to emphasize the fact that enumeration values are singletons, much
-like ``None``.
+Unlike PEP 354, enumeration values should only be tested by identity
+comparison.  This is to emphasize the fact that enumeration values are
+singletons, much like ``None``.
 
 
 Acknowledgments

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list