Message 324754 - Python tracker
Message324754
| Author | vstinner |
|---|---|
| Recipients | Alex.Willmer, ammar2, asvetlov, barry, docs@python, dstufft, eric.araujo, ezio.melotti, koobs, larry, mrabarnett, ned.deily, paul.moore, r.david.murray, ronaldoussoren, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware |
| Date | 2018-09-07.15:04:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1536332646.59.0.56676864532.issue34605@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
nntplib.NNTP() has a slave() method, but this method sends a "SLAVE" command to the NNTP server. Changing that would require to modify the NNTP protocol, that's out of the scope of this issue... RFC 977 "Network News Transfer Protocol" (NNTP) Section 3.12: The SLAVE command https://tools.ietf.org/html/rfc977 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-09-07 15:04:06 | vstinner | set | recipients: + vstinner, barry, terry.reedy, paul.moore, ronaldoussoren, larry, tim.golden, ned.deily, ezio.melotti, eric.araujo, mrabarnett, r.david.murray, asvetlov, docs@python, zach.ware, yselivanov, koobs, steve.dower, dstufft, Alex.Willmer, ammar2 |
| 2018-09-07 15:04:06 | vstinner | set | messageid: <1536332646.59.0.56676864532.issue34605@psf.upfronthosting.co.za> |
| 2018-09-07 15:04:06 | vstinner | link | issue34605 messages |
| 2018-09-07 15:04:06 | vstinner | create | |