Message288497
| Author | gregory.p.smith |
|---|---|
| Recipients | giampaolo.rodola, gregory.p.smith, neologix, pitrou, python-dev |
| Date | 2017-02-24.01:29:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1487899792.53.0.913852424219.issue18792@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FYI - hardcoding these addresses is now causing me problems as I try to get our test suite passing on IPv6 only hosts. "localhost" is correct. IMNSHO if for some reason a system cannot resolve "localhost" into a correct address, it should be banned from running any form of networking related test. :/ I should not have to write messy conditional code to try and determine which type of socket I will likely need to bind to to determine which format of IP address string I need to supply as the localhost bind address. That is backwards! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-24 01:29:52 | gregory.p.smith | set | recipients: + gregory.p.smith, pitrou, giampaolo.rodola, neologix, python-dev |
| 2017-02-24 01:29:52 | gregory.p.smith | set | messageid: <1487899792.53.0.913852424219.issue18792@psf.upfronthosting.co.za> |
| 2017-02-24 01:29:52 | gregory.p.smith | link | issue18792 messages |
| 2017-02-24 01:29:50 | gregory.p.smith | create | |