[Python-checkins] peps: PEP 495: Rename extension name to .txt

berker.peksag python-checkins at python.org
Mon Aug 3 05:44:26 CEST 2015


https://hg.python.org/peps/rev/530a4b403713
changeset:   5917:530a4b403713
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Aug 03 06:44:22 2015 +0300
summary:
  PEP 495: Rename extension name to .txt

Also I made some markup changes.

files:
  pep-0495.rst |  15 ++++++---------
  1 files changed, 6 insertions(+), 9 deletions(-)


diff --git a/pep-0495.rst b/pep-0495.txt
rename from pep-0495.rst
rename to pep-0495.txt
--- a/pep-0495.rst
+++ b/pep-0495.txt
@@ -10,10 +10,6 @@
 Created: 02-Aug-2015
 
 
-***********************************************************************
-                     Local Time Disambiguation
-***********************************************************************
-
 .. image:: pep-0495-daylightsavings.png
    :align: center
 
@@ -155,7 +151,8 @@
 -------
 
 * Alice:  Bob - let's have a stargazing party at 01:30 AM tomorrow!
-* Bob:  Should I presume initially that summer time (for example, Daylight Saving Time) is or is not (respectively) in effect for the specified time?
+* Bob:  Should I presume initially that summer time (for example, Daylight
+  Saving Time) is or is not (respectively) in effect for the specified time?
 * Alice: Huh?
 
 -------
@@ -167,7 +164,7 @@
 
 2. Why "first"?
 
- * Rejections
+* Rejections
    
    * Because "second" is already there.
    
@@ -175,7 +172,7 @@
    
    * Because "earlier" has the same issue as "first" (requires default to be True) but is two characters longer.
    
- * Remaining possibilities:
+* Remaining possibilities:
  
    * "repeated"
  
@@ -186,8 +183,8 @@
 Implementation
 ==============
 
-	* Github fork: https://github.com/abalkin/cpython
-        * Tracker issue: http://bugs.python.org/issue24773
+* Github fork: https://github.com/abalkin/cpython
+* Tracker issue: http://bugs.python.org/issue24773
 
 
 Copyright

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


More information about the Python-checkins mailing list