[Python-checkins] cpython (merge 3.6 -> default): merge 3.6

benjamin.peterson python-checkins at python.org
Tue Sep 20 01:20:30 EDT 2016


https://hg.python.org/cpython/rev/ebf189626763
changeset:   103966:ebf189626763
parent:      103963:647b37ab5fbc
parent:      103965:40e291815b35
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Sep 19 22:20:19 2016 -0700
summary:
  merge 3.6

files:
  Modules/expat/pyexpatns.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h
--- a/Modules/expat/pyexpatns.h
+++ b/Modules/expat/pyexpatns.h
@@ -26,7 +26,7 @@
  * http://lxr.mozilla.org/seamonkey/source/modules/libimg/png/mozpngconf.h#115
  *
  * The list of relevant exported symbols can be had with this command:
- *
+ * 
        nm pyexpat.so \
            | grep -v " [a-zBUA] " \
            | grep -v "_fini\|_init\|initpyexpat"

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


More information about the Python-checkins mailing list