[Python-checkins] peps: PEP 495: Make image smaller and place it in a sidebar.

alexander.belopolsky python-checkins at python.org
Tue Aug 4 16:10:17 CEST 2015


https://hg.python.org/peps/rev/46b678bf07d2
changeset:   5920:46b678bf07d2
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Tue Aug 04 10:10:01 2015 -0400
summary:
  PEP 495: Make image smaller and place it in a sidebar.

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


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -10,8 +10,6 @@
 Created: 02-Aug-2015
 
 
-.. image:: pep-0495-daylightsavings.png
-   :align: center
 
 Abstract
 ========
@@ -20,6 +18,13 @@
 and ``datetime.datetime`` classes that can be used to differentiate
 between two moments in time for which local times are the same.
 
+.. sidebar:: US public service advertisement
+
+  .. image:: pep-0495-daylightsavings.png
+     :align: right
+     :width: 15%
+
+
 Rationale
 =========
 
@@ -164,21 +169,29 @@
 
 2. Why "first"?
 
-* Rejections
+* Rejections:
+
+  **second**   
+      rejected because "second" is already there.
    
-   * Because "second" is already there.
+  **later**
+      rejected because "later" is confusable with "latter".
    
-   * Because "later" is confusable with "latter".
-   
-   * Because "earlier" has the same issue as "first" (requires default to be True) but is two characters longer.
+  **earlier**
+      rejected because "earlier" has the same issue as "first" (requires
+      default to be True) but is two characters longer.
    
 * Remaining possibilities:
  
-   * "repeated"
+  **repeated**
+      this is a strong candidate
  
-   * "is_first"
+  **is_first**
+      arguably more grammatically correct than "first"
  
-   * "ltdf" (Local Time Disambiguation Flag) - short and no-one will attempt to guess what it means without reading the docs.
+  **ltdf**
+      (Local Time Disambiguation Flag) - short and no-one will
+      attempt to guess what it means without reading the docs.
 
 Implementation
 ==============

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


More information about the Python-checkins mailing list