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年07月05日 23:01 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-15259-1.patch | chris.jerdonek, 2012年07月07日 00:21 | |||
| Messages (8) | |||
|---|---|---|---|
| msg164703 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月05日 23:01 | |
The intro to the "Helping with Documentation" section of the Developer's Guide-- http://docs.python.org/devguide/docquality.html#helping-with-documentation includes a reference to a Doc/tools/dailybuild.py script, but this script does not seem to exist in the source tree. |
|||
| msg164749 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年07月06日 19:51 | |
It does, in the 2.7 branch. You're welcome to port it to Python 3 and put it into 3.x. I don't see the point though, and rather would have the mention removed from the devguide. |
|||
| msg164750 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年07月06日 19:52 | |
... because the script is absolutely irrelevant to building or helping with the docs. |
|||
| msg164763 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月07日 00:21 | |
Patch attached; reference to the script removed. |
|||
| msg164768 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月07日 01:16 | |
New changeset d1958a94d0ff by Ned Deily in branch 'default': Issue #15259: Remove reference to dailybuild.py. http://hg.python.org/devguide/rev/d1958a94d0ff |
|||
| msg164770 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年07月07日 01:18 | |
Thanks of the patch! I reworded it slightly to completely remove the reference to the script. |
|||
| msg164877 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年07月07日 15:36 | |
BTW Chris, if you intend on making code patches, could you submit a contributor agreement? http://www.python.org/psf/contrib/ (Ignore if someone already asked that.) Thanks! |
|||
| msg164886 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月07日 15:50 | |
Hi Éric, I did a couple days ago. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59464 |
| 2012年07月07日 15:50:53 | chris.jerdonek | set | messages: + msg164886 |
| 2012年07月07日 15:36:43 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg164877 |
| 2012年07月07日 01:18:53 | ned.deily | set | status: open -> closed nosy: + ned.deily messages: + msg164770 resolution: fixed stage: needs patch -> resolved |
| 2012年07月07日 01:16:33 | python-dev | set | nosy:
+ python-dev messages: + msg164768 |
| 2012年07月07日 00:21:05 | chris.jerdonek | set | files:
+ issue-15259-1.patch keywords: + patch messages: + msg164763 |
| 2012年07月06日 19:52:07 | georg.brandl | set | messages: + msg164750 |
| 2012年07月06日 19:51:48 | georg.brandl | set | messages: + msg164749 |
| 2012年07月06日 17:41:22 | ezio.melotti | set | nosy:
+ georg.brandl stage: needs patch |
| 2012年07月05日 23:01:45 | chris.jerdonek | create | |