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年01月29日 05:29 by Parker.Phinney, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg152209 - (view) | Author: Parker Phinney (Parker.Phinney) | Date: 2012年01月29日 05:31 | |
to recreate: go here: http://docs.python.org/library/email.parser.html#email.parser.Parser.parse notice this line: "Optional headersonly is as with the parse() method." But that doesn't make sense, because this /is/ the parse() method! |
|||
| msg152233 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月29日 14:38 | |
New changeset 0d5667171356 by Georg Brandl in branch '3.2': Fix #13900: resolve self-referential description of a parameter. http://hg.python.org/cpython/rev/0d5667171356 |
|||
| msg152234 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月29日 14:39 | |
New changeset 690d5978bd21 by Georg Brandl in branch '2.7': Fix #13900: resolve self-referential description of a parameter. http://hg.python.org/cpython/rev/690d5978bd21 |
|||
| msg152235 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年01月29日 14:39 | |
Should now be fixed. Thanks for the report. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58108 |
| 2012年01月29日 14:39:51 | georg.brandl | set | status: open -> closed resolution: fixed |
| 2012年01月29日 14:39:46 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg152235 |
| 2012年01月29日 14:39:37 | python-dev | set | messages: + msg152234 |
| 2012年01月29日 14:38:58 | python-dev | set | nosy:
+ python-dev messages: + msg152233 |
| 2012年01月29日 05:31:28 | Parker.Phinney | set | type: behavior -> messages: + msg152209 title: http://docs.python.org/library/email.parser.html#email.parser.Parser.parse -> documentation page on email.parser contains self-referential non-definition of headersonly parameter |
| 2012年01月29日 05:29:06 | Parker.Phinney | create | |