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

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


https://hg.python.org/cpython/rev/7255af1a1c50
changeset:   96283:7255af1a1c50
parent:      96278:0d0989359bbb
parent:      96282:26a9d1fd78fc
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon May 25 12:32:20 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