update windows build to Python 3.7

This commit is contained in:
j 2019-01-20 16:05:31 +05:30
commit ddc59ab92d
5761 changed files with 750298 additions and 213405 deletions

View file

@ -1,5 +1,5 @@
from idna.core import *
from idna.codec import *
from .core import *
from .codec import *
def ToASCII(label):
return encode(label)