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.
Created on 2012年09月12日 15:56 by berdario, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| doc.diff | berdario, 2012年09月12日 15:56 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg170394 - (view) | Author: (berdario) | Date: 2012年09月12日 15:56 | |
I changed the examples to use the with statement |
|||
| msg170408 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年09月12日 17:32 | |
Quick glance at the patch LGTM. I don't have commit access handy so I can't do it myself ATM. |
|||
| msg170502 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月15日 02:52 | |
New changeset ade667076c14 by Ezio Melotti in branch '2.7': #15932: use with statement in csv doc examples. http://hg.python.org/cpython/rev/ade667076c14 New changeset 8a06fb321074 by Ezio Melotti in branch '3.2': #15932: use with statement in csv doc examples. Patch by Dario Bertini. http://hg.python.org/cpython/rev/8a06fb321074 New changeset a5a8d255daee by Ezio Melotti in branch 'default': #15932: merge with 3.2. http://hg.python.org/cpython/rev/a5a8d255daee |
|||
| msg170503 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年09月15日 02:53 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60136 |
| 2012年09月15日 02:53:48 | ezio.melotti | set | status: open -> closed assignee: docs@python -> ezio.melotti versions: + Python 2.7, Python 3.2, Python 3.3 messages: + msg170503 type: enhancement resolution: fixed stage: commit review -> resolved |
| 2012年09月15日 02:52:51 | python-dev | set | nosy:
+ python-dev messages: + msg170502 |
| 2012年09月12日 17:32:03 | brett.cannon | set | nosy:
+ brett.cannon messages: + msg170408 stage: commit review |
| 2012年09月12日 15:56:30 | berdario | create | |