diff options
author | scoder <none@none> | 2007-05-14 10:33:47 +0200 |
---|---|---|
committer | scoder <none@none> | 2007-05-14 10:33:47 +0200 |
commit | 8c171e0a09832dcbe776ea0ced1acdf8930b1f79 (patch) | |
tree | 9f8a4c16efb7a074f18ac2c0030abbf390c3dbb5 /update-error-constants.py | |
parent | 7c98d56b731afac71e5c5b75b0c462115a577ed3 (diff) | |
download | python-lxml-8c171e0a09832dcbe776ea0ced1acdf8930b1f79.tar.gz |
[svn r2291] comment
--HG--
branch : trunk
Diffstat (limited to 'update-error-constants.py')
-rw-r--r-- | update-error-constants.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/update-error-constants.py b/update-error-constants.py index a38bd439..60117646 100644 --- a/update-error-constants.py +++ b/update-error-constants.py @@ -92,7 +92,9 @@ append_pxd('cdef extern from "libxml/xmlerror.h":') append_pxi('''\ # Constants are stored in tuples of strings, for which Pyrex generates very # efficient setup code. To parse them, iterate over the tuples and parse each -# line in each string independently. +# line in each string independently. Tuples of strings (instead of a plain +# string) are required as some C-compilers of a certain well-known OS vendor +# cannot handle strings that are a few thousand bytes in length. ''') ctypedef_indent = ' '*4 |