PEP 495: Added 'which' as a discussed name variant.
This commit is contained in:
parent
6cedddc12d
commit
e4ab3cdbd9
10
pep-0495.txt
10
pep-0495.txt
|
@ -486,7 +486,12 @@ The following alternative names have been proposed:
|
|||
``.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 @@ The following alternative names have been proposed:
|
|||
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?
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue