This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author socketpair
Recipients socketpair
Date 2017-12-14.15:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513265439.83.0.213398074469.issue32323@psf.upfronthosting.co.za>
In-reply-to
Content
qwe = urlsplit('http://[FE80::822a:a8ff:fe49:470c%Тест]:1234/keys')
qwe.hostname will be 'fe80::822a:a8ff:fe49:470c%тест'

Which is wrong.

correct value is

'fe80::822a:a8ff:fe49:470c%Тест'

so, IP-address is lowercased and zone id does not.
History
Date User Action Args
2017-12-14 15:30:39socketpairsetrecipients: + socketpair
2017-12-14 15:30:39socketpairsetmessageid: <1513265439.83.0.213398074469.issue32323@psf.upfronthosting.co.za>
2017-12-14 15:30:39socketpairlinkissue32323 messages
2017-12-14 15:30:39socketpaircreate