- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message249214
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 | Andrey Wagin |
|---|---|
| Recipients | Andrey Wagin, benjamin.peterson |
| Date | 2015-08-26.20:22:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1440620565.65.0.2881786126.issue24933@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is the same behavior for python 3.4 >>> sks[1].send(b"asdfasdfsadfasdfsdfsadfsdfasdfsdfasdfsadfa") 42 >>> sks[0].recv(1, socket.MSG_PEEK | socket.MSG_TRUNC) b'a\x00Nx\x94\x7f\x00\x00sadfasdfsdfsadfsdfasdfsdfasdfsadfa' >>> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-08-26 20:22:45 | Andrey Wagin | set | recipients: + Andrey Wagin, benjamin.peterson |
| 2015-08-26 20:22:45 | Andrey Wagin | set | messageid: <1440620565.65.0.2881786126.issue24933@psf.upfronthosting.co.za> |
| 2015-08-26 20:22:45 | Andrey Wagin | link | issue24933 messages |
| 2015-08-26 20:22:45 | Andrey Wagin | create | |

