Skip to content
Snippets Groups Projects
Commit 09a2c115 authored by Wim Lavrijsen's avatar Wim Lavrijsen
Browse files

notes for new 5.27 release

git-svn-id: http://root.cern.ch/svn/root/trunk@35686 27541ba8-7e3a-0410-8455-c3a389f83636
parent 34128801
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,17 @@
<hr/>
<a name="bindings"></a>
<h3>PyROOT</h3>
<p>
Python 3 now has some basic support.
Problems remain with the impedance mismatch between Python 3's pervasive use
of unicode, versus the more common basic strings in C++, and the renewed buffer
interface.
The former means that char* as byte* will lead to problems, the latter means
that arrays are currently not supported at all.
</p>
<p>
Significant changes to equality and non-equality operatores should make their
behavior more consistent across the board.
</p>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment