From: Eli Bendersky Date: Thu, 28 Nov 2013 19:23:15 +0000 (-0800) Subject: Beef up construct's readme a bit X-Git-Tag: v0.22~24 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ef7d1c0a84e7658bc5d58e4a718d2f29a0bbfa1;p=pyelftools.git Beef up construct's readme a bit --- diff --git a/TODO b/TODO index 483a974..7ee53e3 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,14 @@ New version * Update CHANGES * Tag in hg +construct +--------- + +The construct seems to be maintained again - they also backported my Python 3 +fixes. Theoretically, I can remove construct from pyelftools and use it as a +dependency instead. I don't really have time to play with this now, but may +do so in the future. + Distribution ------------ diff --git a/elftools/construct/README b/elftools/construct/README index 0d76f7f..7f9e141 100644 --- a/elftools/construct/README +++ b/elftools/construct/README @@ -2,6 +2,9 @@ construct is a Python library for declarative parsing and building of binary data. This is my fork of construct 2, with some modifications for Python 3 and bug fixes. The construct website is http://construct.readthedocs.org +pyelftools carries construct around because construct has been abandoned for +a long time and didn't get bugfixes; it also didn't work with Python 3. + LICENSE is the original license.