
python-checkins at python
May 1, 2012, 9:41 AM
Views: 28
Permalink
|
|
peps: Improvement in wording.
|
|
http://hg.python.org/peps/rev/490f4ad443cd changeset: 4343:490f4ad443cd user: Eric V. Smith <eric [at] trueblade> date: Tue May 01 12:41:37 2012 -0400 summary: Improvement in wording. files: pep-0420.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pep-0420.txt b/pep-0420.txt --- a/pep-0420.txt +++ b/pep-0420.txt @@ -201,7 +201,8 @@ Nick gave a detailed response [4]_, which is summarized here: - 1. Practicality beats purity. + 1. The practicality of this PEP wins over other proposals and the + status quo. 2. Minor backward compatibility issues are okay, as long as they are properly documented. -- Repository URL: http://hg.python.org/peps
|