Tools/scripts/analyze_dxp.py, a module with some helper functions to
analyze the output of sys.getdxp().
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 9c7b40e..99c7d87 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -4,6 +4,7 @@
 
 See also the Demo/scripts directory!
 
+analyze_dxp.py		Analyzes the result of sys.getdxp()
 byext.py		Print lines/words/chars stats of files by extension
 byteyears.py		Print product of a file's size and age
 checkappend.py		Search for multi-argument .append() calls