Message 96932 - Python tracker
Message96932
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, georg.brandl |
| Date | 2009-12-28.00:39:45 |
| SpamBayes Score | 0.022235235 |
| Marked as misclassified | No |
| Message-id | <1261960787.24.0.762415914185.issue7579@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is a good idea. I have some comments though: - the second docstring says "heapmin" when it should describe "locking". - there are strange characters around "pushed back". Please use only ascii characters. - The body of the docstrings should be split into separate lines. the ending ' \' should be replaced by with '\n\' (see Python/sysmodule.c, for example) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-12-28 00:39:47 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, georg.brandl, brian.curtin |
| 2009-12-28 00:39:47 | amaury.forgeotdarc | set | messageid: <1261960787.24.0.762415914185.issue7579@psf.upfronthosting.co.za> |
| 2009-12-28 00:39:46 | amaury.forgeotdarc | link | issue7579 messages |
| 2009-12-28 00:39:45 | amaury.forgeotdarc | create | |