[issue26226] Test failures with non-ascii character in hostname on Windows

2019-01-15 Thread STINNER Victor


STINNER Victor  added the comment:

I'm not sure that all issues have been fixed, but almost all of them are. I 
prefer to close this issue which has a long history and mentions very different 
bugs. If someone wants to continue the effort for better Unicode support on 
Windows with non-ASCII hostname, please open a new specific issues.

Thanks Emanuel Barry for your bug report!

--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26226] Test failures with non-ascii character in hostname on Windows

2019-01-15 Thread Jack


Jack  added the comment:

Python not working..

--
nosy: +Jack01

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26226] Test failures with non-ascii character in hostname on Windows

2016-07-26 Thread STINNER Victor

STINNER Victor added the comment:

Please keep it ok. I don't say that we are going to fix all issues, but it's 
good to have an issue which collects as much as possible information about the 
bug and how we can fix it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26226] Test failures with non-ascii character in hostname on Windows

2016-07-26 Thread Emanuel Barry

Emanuel Barry added the comment:

Since non-ASCII characters are not really supported in hostnames, I changed 
mine to a saner alternative. This issue can be closed then, since any test 
failure I encounter can no longer be because of this.

One last thing: is it safe to say "Don't use non-ASCII in hostnames" and not 
bother supporting such edge cases? Whichever way we end up going, I think this 
should be documented somewhere (although I don't really have an idea of where). 
I can submit a doc patch for this.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26226] Test failures with non-ascii character in hostname on Windows

2016-06-30 Thread Emanuel Barry

Emanuel Barry added the comment:

So I checked to make sure everything re-compiled properly and re-ran tests. 
Now, only a very few fail, and I've opened separate issues for each of them.

test_os: #27423
test_logging: #27424
test_random: #27425
test_sax: #27425
test_strptime: #27426

I'm keeping this one open specifically for the test_uuid failure, which seems 
to be caused by my hostname having non-ascii characters (and this was more or 
less the focus of this issue for a while).

--
title: Various test suite failures on Windows when computer name contains a 
non-ascii character -> Test failures with non-ascii character in hostname on 
Windows

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com