Message329210
| Author | Denton-L |
|---|---|
| Recipients | Denton-L, docs@python |
| Date | 2018-11-03.23:11:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541286673.86.0.788709270274.issue35155@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The urllib.request documentation that they can add their own protocol handlers, however they are unclear on how they should be named. We should replace instances of things like protocol_request with <protocol>_request to make it clear that we are literally replacing "protocol" with the literal protocol. I am creating this issue because I had to actually read the urllib.request source code in order to figure out how to use the protocol handler APIs. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-03 23:11:13 | Denton-L | set | recipients: + Denton-L, docs@python |
| 2018-11-03 23:11:13 | Denton-L | set | messageid: <1541286673.86.0.788709270274.issue35155@psf.upfronthosting.co.za> |
| 2018-11-03 23:11:13 | Denton-L | link | issue35155 messages |
| 2018-11-03 23:11:13 | Denton-L | create | |