Message93399
| Author | pitrou |
|---|---|
| Recipients | georg.brandl, pakal, pitrou |
| Date | 2009-10-01.10:58:50 |
| SpamBayes Score | 0.0017849215 |
| Marked as misclassified | No |
| Message-id | <1254394732.18.0.245715744272.issue7022@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually, I'm not sure what is wrong with the current doc:
read(n=-1)ΒΆ
Read and return up to n bytes from the stream. As a convenience, if
n is unspecified or -1, readall() is called. Otherwise, only one system
call is ever made. An empty bytes object is returned on EOF; None is
returned if the object is set not to block and has no data to read.
(http://docs.python.org/dev/py3k/library/io.html) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-01 10:58:52 | pitrou | set | recipients: + pitrou, georg.brandl, pakal |
| 2009-10-01 10:58:52 | pitrou | set | messageid: <1254394732.18.0.245715744272.issue7022@psf.upfronthosting.co.za> |
| 2009-10-01 10:58:51 | pitrou | link | issue7022 messages |
| 2009-10-01 10:58:50 | pitrou | create | |