On Fri, Feb 3, 2012 at 5:39 PM, Daniel Fernandez
wrote:
> I was trying to get Requests package to work with IronPython. I just briefly
> started playing with it and I like the HTTP api syntax. I'm actually
> starting to look for open source python packages instead of .NET :) Well
> its been a go
Hi Jeff, Kind of.
I ran into the first error that IronPython 2.7.2 didn't support idna encoding.
I just added code to the StringOps.cs in the RawDecode and RawEncode to support
idna. It was a small change just made calls using
System.Globalization.IdnMappings class. The issue with this that t