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 2014年01月17日 14:47 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue20289.diff | berker.peksag, 2014年01月20日 20:38 | review | ||
| issue20289_v2.diff | berker.peksag, 2015年02月05日 06:21 | review | ||
| Messages (10) | |||
|---|---|---|---|
| msg208338 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2014年01月17日 14:47 | |
It has a file attribute which contains a file, so making it so it can be closed faster than cgi.FieldStorage.__del__ would be good. |
|||
| msg208579 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2014年01月20日 20:38 | |
Here's a patch with a test and documentation update. |
|||
| msg230737 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年11月06日 13:01 | |
Added comments on Rietveld. |
|||
| msg235405 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年02月04日 21:22 | |
Ping. |
|||
| msg235418 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2015年02月05日 06:21 | |
Here's an updated patch. Thank you Serhiy. |
|||
| msg235437 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2015年02月05日 13:29 | |
LGTM. |
|||
| msg235470 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2015年02月06日 08:22 | |
Thanks for the review, Serhiy! |
|||
| msg235471 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年02月06日 08:22 | |
New changeset 367f5e98ffbb by Berker Peksag in branch 'default': Issue #20289: cgi.FieldStorage() now supports the context management protocol. https://hg.python.org/cpython/rev/367f5e98ffbb |
|||
| msg239147 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年03月24日 16:07 | |
New changeset 34930a6faf0d by Serhiy Storchaka in branch 'default': Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and https://hg.python.org/cpython/rev/34930a6faf0d |
|||
| msg252808 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年10月11日 14:55 | |
New changeset 80501740ab84 by Serhiy Storchaka in branch '3.5': No longer skip tests for classes with __getnewargs_ex__. The copy module https://hg.python.org/cpython/rev/80501740ab84 New changeset 6f4dd9bc1f20 by Serhiy Storchaka in branch 'default': No longer skip tests for classes with __getnewargs_ex__. The copy module https://hg.python.org/cpython/rev/6f4dd9bc1f20 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:57 | admin | set | github: 64488 |
| 2015年10月11日 14:55:15 | python-dev | set | messages: + msg252808 |
| 2015年03月24日 16:07:25 | python-dev | set | messages: + msg239147 |
| 2015年02月06日 08:22:22 | python-dev | set | nosy:
+ python-dev messages: + msg235471 |
| 2015年02月06日 08:22:03 | berker.peksag | set | status: open -> closed resolution: fixed messages: + msg235470 stage: commit review -> resolved |
| 2015年02月05日 13:29:32 | serhiy.storchaka | set | messages:
+ msg235437 stage: patch review -> commit review |
| 2015年02月05日 06:21:25 | berker.peksag | set | files:
+ issue20289_v2.diff messages: + msg235418 |
| 2015年02月04日 21:22:13 | serhiy.storchaka | set | messages: + msg235405 |
| 2014年11月06日 13:01:18 | serhiy.storchaka | set | type: behavior -> enhancement messages: + msg230737 nosy: + serhiy.storchaka |
| 2014年01月20日 20:38:50 | berker.peksag | set | files:
+ issue20289.diff keywords: + patch |
| 2014年01月20日 20:38:34 | berker.peksag | set | nosy:
+ berker.peksag messages: + msg208579 stage: test needed -> patch review |
| 2014年01月17日 14:47:25 | brett.cannon | create | |