From: Benjamin Peterson Date: Tue, 20 Sep 2016 05:20:13 +0000 (-0700) Subject: revert expat changes X-Git-Tag: v3.6.0b2~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ac46c972f2d7514c133a6f6d34c07a9ea99bb20;p=python revert expat changes --- diff --git a/Modules/expat/pyexpatns.h b/Modules/expat/pyexpatns.h index cfb742ee00..999c5c730a 100644 --- 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"