[Python-checkins] cpython (3.6): revert expat changes

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


https://hg.python.org/cpython/rev/40e291815b35
changeset:   103965:40e291815b35
branch:      3.6
parent:      103962:f604bc6bb526
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Sep 19 22:20:13 2016 -0700
summary:
  revert expat changes

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