Message311598
| Author | asvetlov |
|---|---|
| Recipients | asvetlov, yselivanov |
| Date | 2018-02-04.11:55:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1517745323.72.0.467229070634.issue32762@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New buffered transports was introduced in Python 3.7. Actual transport implementation (get_buffer() or data_received()) is determined in transport constructor. Protocol can be changed by `set_protocol()` method, the implementation should be reselected again. Both selector-based and proactor transports are affected. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-04 11:55:23 | asvetlov | set | recipients: + asvetlov, yselivanov |
| 2018-02-04 11:55:23 | asvetlov | set | messageid: <1517745323.72.0.467229070634.issue32762@psf.upfronthosting.co.za> |
| 2018-02-04 11:55:23 | asvetlov | link | issue32762 messages |
| 2018-02-04 11:55:23 | asvetlov | create | |