[Python-checkins] peps: PEP 495: Added 'which' as a discussed name variant.

alexander.belopolsky python-checkins at python.org
Wed Aug 26 16:37:08 CEST 2015


https://hg.python.org/peps/rev/a89d5b843c3e
changeset:   5990:a89d5b843c3e
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Wed Aug 26 10:37:02 2015 -0400
summary:
  PEP 495: Added 'which' as a discussed name variant.

files:
  pep-0495.txt |  10 +++++++++-
  1 files changed, 9 insertions(+), 1 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -486,7 +486,12 @@
       ``.astimezone(timezone.utc)`` that that with ``later=False``.
       Yet again, this can be interpreted as a desirable indication that
       the original time is invalid.
-      
+
+  **which**
+      The `original`_ placeholder name for the `localtime` function
+      branch index was `independently proposed`_ for the name of the
+      disambiguation attribute and received `some support`_.
+
   **repeated**
       Did not receive any support on the mailing list.
  
@@ -497,6 +502,9 @@
       earlier if you don't want to endorse any of the alternatives
       above.)
 
+.. _original: https://mail.python.org/pipermail/python-dev/2015-April/139099.html
+.. _independently proposed: https://mail.python.org/pipermail/datetime-sig/2015-August/000479.html
+.. _some support: https://mail.python.org/pipermail/datetime-sig/2015-August/000483.html
 
 Are two values enough?
 ----------------------

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


More information about the Python-checkins mailing list