]> granicus.if.org Git - python/commit
Fixed #7748: now upload and register commands don't need to force the encoding anymor...
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 24 Jan 2010 00:33:32 +0000 (00:33 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 24 Jan 2010 00:33:32 +0000 (00:33 +0000)
commitf14c7fc33da8ba3aa28bbb7b0305ea12ab30be09
treec3a88b29baa9ee925ad8181c4853afe0ed582987
parentaa98058cc44ba20f35c106d20918c6196b737561
Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings
Lib/distutils/command/register.py
Lib/distutils/command/upload.py
Lib/distutils/dist.py
Lib/distutils/tests/test_register.py
Lib/distutils/tests/test_upload.py
Misc/NEWS