[Python-checkins] cpython (merge 3.4 -> 3.5): Remove UTF-8 BOMs.

serhiy.storchaka python-checkins at python.org
Mon May 25 11:34:06 CEST 2015


https://hg.python.org/cpython/rev/26a9d1fd78fc
changeset:   96282:26a9d1fd78fc
branch:      3.5
parent:      96279:78986c99dd6c
parent:      96280:a1bb4b18e3b5
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon May 25 12:29:53 2015 +0300
summary:
  Remove UTF-8 BOMs.

files:
  Doc/tutorial/introduction.rst |  2 +-
  Misc/NEWS                     |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -1,4 +1,4 @@
-.. _tut-informal:
+.. _tut-informal:
 
 **********************************
 An Informal Introduction to Python
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 

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


More information about the Python-checkins mailing list