Stefan Behnel, 13.12.2009 12:11: > I don't think typing the input parameter as "str" > is what people want in most cases. I'm really leaning towards the > assumption that most people really *want* bytes as basic string input type > in their Cython code. Either that, or exactly unicode strings. Not 'str'.
To fill this with a bit of background, I started writing up a couple of thoughts on use cases that I think are relevant here. http://wiki.cython.org/enhancements/stringcoercion I hope this will allow us to see where actual compiler support is needed and what it will allow us to do. Please add to them as you see fit. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
