On 1/11/11 8:58 AM, Uwe Grauer wrote:
> The hostname takes a unicode string but it might be better to allow only
> python strings. What do you think? Should we allow unicode as hostname?

We should allow unicode, no matter how unlikely it sounds like it'll be needed, 
as 
long as it doesn't break anything.

So test with all those parameters, and only keep the str() in for the ones that 
absolutely need it. Just test with unicode strings in the ascii range: if it 
works 
then keep ustr(), if not use str().

Paul
_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4d2caa4a.3010...@ulmcnett.com

Reply via email to