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 CrazyBoyFeng
Recipients CrazyBoyFeng, NateScarlet, benrg, chrisxiao, corona10, kotori, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-05-28.16:26:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622219200.6.0.604885513795.issue42627@roundup.psfhosted.org>
In-reply-to
Content
I removed the multi-proxies-per-protocol support from the PR I submitted. The reason is that:

1. This code reads the proxy settings from the Windows registry. Multi-proxies-per-protocol cannot be resolved by Windows system.
2. Using a comma-separated string for the multi-proxies-per-protocol support, is not backward compatible. Not only Windows, but Linux is also one proxy per protocol.

If you want to implement the multi-proxies-per-protocol support, then I think you should open another issue and make changes to all OS platforms.
History
Date User Action Args
2021-05-28 16:26:40CrazyBoyFengsetrecipients: + CrazyBoyFeng, paul.moore, tim.golden, benrg, zach.ware, steve.dower, corona10, chrisxiao, kotori, NateScarlet
2021-05-28 16:26:40CrazyBoyFengsetmessageid: <1622219200.6.0.604885513795.issue42627@roundup.psfhosted.org>
2021-05-28 16:26:40CrazyBoyFenglinkissue42627 messages
2021-05-28 16:26:40CrazyBoyFengcreate