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年02月16日 21:57 by rutsky, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| docs_generator_class.patch | serhiy.storchaka, 2014年02月23日 16:52 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg211364 - (view) | Author: Vladimir Rutsky (rutsky) | Date: 2014年02月16日 21:57 | |
In 3.4 docs after generator.close() description there is strange dot: http://docs.python.org/3.4/reference/expressions.html#generator.close Looks like it's due to following code in Doc/reference/expressions.rst:452: .. class:: . This line should be removed. |
|||
| msg211996 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2014年02月23日 14:52 | |
Serhiy, you seem to have added that line (in #19190). Was it a mistake or is it supposed to do something? |
|||
| msg212005 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2014年02月23日 16:52 | |
It was supposed to reset current class. Perhaps correct way is to remove this directive (and other "class" directive above) at all. |
|||
| msg226454 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年09月05日 20:38 | |
New changeset bc4e26755a13 by Serhiy Storchaka in branch '3.4': Issue #20643: Removed unneeded (and wrong) class directives. http://hg.python.org/cpython/rev/bc4e26755a13 New changeset 060e347c9a23 by Serhiy Storchaka in branch 'default': Issue #20643: Removed unneeded (and wrong) class directives. http://hg.python.org/cpython/rev/060e347c9a23 New changeset 6dba9db360d0 by Serhiy Storchaka in branch '2.7': Issue #20643: Fixed references to the next() method (distinguish from the http://hg.python.org/cpython/rev/6dba9db360d0 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:58 | admin | set | github: 64842 |
| 2014年09月05日 20:50:58 | serhiy.storchaka | set | status: open -> closed assignee: docs@python -> serhiy.storchaka stage: patch review -> resolved resolution: fixed versions: + Python 3.5, - Python 3.3 |
| 2014年09月05日 20:38:33 | python-dev | set | nosy:
+ python-dev messages: + msg226454 |
| 2014年02月23日 16:52:29 | serhiy.storchaka | set | files:
+ docs_generator_class.patch type: enhancement -> behavior versions: + Python 2.7, Python 3.3 keywords: + patch nosy: + georg.brandl messages: + msg212005 stage: needs patch -> patch review |
| 2014年02月23日 14:52:04 | ezio.melotti | set | nosy:
+ serhiy.storchaka, ezio.melotti messages: + msg211996 type: enhancement stage: needs patch |
| 2014年02月16日 21:57:51 | rutsky | create | |