Beef up construct's readme a bit
authorEli Bendersky <eliben@gmail.com>
Thu, 28 Nov 2013 19:23:15 +0000 (11:23 -0800)
committerEli Bendersky <eliben@gmail.com>
Thu, 28 Nov 2013 19:23:15 +0000 (11:23 -0800)
TODO
elftools/construct/README

diff --git a/TODO b/TODO
index 483a97488db9b922fca9ae96924225b8662f243d..7ee53e3bcb89201ca7e345ab7bf21e1a8598c4bd 100644 (file)
--- 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
 ------------
 
index 0d76f7f4dd93ff64302c905b6be547c804bddc1e..7f9e1418c7620dfab573deed179da6928be1062c 100644 (file)
@@ -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.