Document Python bindings in release notes
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 12 May 2012 21:12:22 +0000 (21:12 +0000)
committerGregory Szorc <gregory.szorc@gmail.com>
Sat, 12 May 2012 21:12:22 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156724 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 1f2e2684d6e7fa72a8faf17ff9de45242dd0dfa4..11c95987204dc888f6b42adc5765801daf27021d 100644 (file)
@@ -664,6 +664,30 @@ syntax, there are still significant gaps in that support.</p>
 
 </div>
 
+
+<!--=========================================================================-->
+<h3>
+<a name="python">Python Bindings</a>
+</h3>
+
+<div>
+
+<p>Officially supported Python bindings have been added! Feature support is far
+from complete. The current bindings support interfaces to:</p>
+<ul>
+  <li>Object File Interface</li>
+  <li>Disassembler</li>
+</ul>
+
+<p>Using the Object File Interface, it is possible to inspect binary object files.
+Think of it as a Python version of readelf or llvm-objdump.</p>
+
+<p>Support for additional features is currently being developed by community
+contributors. If you are interested in shaping the direction of the Python
+bindings, please express your intent on IRC or the developers list.</p>
+
+</div>
+
 </div>
 
 <!-- *********************************************************************** -->