Message 308306 - Python tracker (original) (raw)

Message308306

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:39 socketpair set recipients: + socketpair
2017-12-14 15:30:39 socketpair set messageid: 1513265439.83.0.213398074469.issue32323@psf.upfronthosting.co.za
2017-12-14 15:30:39 socketpair link issue32323 messages
2017-12-14 15:30:39 socketpair create