* pystring.cs claims:
/// <summary>
/// Represents a Python (ansi) string object. See the documentation at
/// http://www.python.org/doc/current/api/stringObjects.html for details.
/// </summary>
So why in the world does the string constructor call PyUnicode_FromUnicode()???
* User contribution pyansistring.cs didn't build. I added it to the namespace with the using System reference.
pyansistring.cs added it to the Python.Runtime namespace