]> granicus.if.org Git - python/commit
Minor change for symmetry with PyXML: PyDoc_STR should not include
authorFred Drake <fdrake@acm.org>
Mon, 2 Sep 2002 15:54:06 +0000 (15:54 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Sep 2002 15:54:06 +0000 (15:54 +0000)
commitf57b22a716a18b6246e11279985bf86635e4a078
tree1ceb4c454650905d1ddec95be99620f721a7a270
parent3aeb632c3152fa082132ce55b9a880e0d16b04ae
Minor change for symmetry with PyXML:  PyDoc_STR should not include
the "safety" parentheses since some older compilers refuse to compile
the module then, claiming that static initializers are non-constant.

This doesn't actually make any difference for Python, since these
definitions are not used when compiling with a version of Python that
already defines the PyDoc_* macros.
Modules/pyexpat.c