From 2ef7d1c0a84e7658bc5d58e4a718d2f29a0bbfa1 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 28 Nov 2013 11:23:15 -0800 Subject: [PATCH] Beef up construct's readme a bit --- TODO | 8 ++++++++ elftools/construct/README | 3 +++ 2 files changed, 11 insertions(+) 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. -- 2.30.2