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年05月19日 20:18 by Marc.Abramowitz, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| devguide.patch | Marc.Abramowitz, 2012年05月19日 20:18 | |||
| devguide-1.patch | Marc.Abramowitz, 2012年05月19日 21:08 | |||
| Messages (4) | |||
|---|---|---|---|
| msg161155 - (view) | Author: Marc Abramowitz (Marc.Abramowitz) * | Date: 2012年05月19日 20:18 | |
The way to test on Python 2.7 (discovered on IRC) is: ~/dev/hg-repos/cpython$ ./python.exe -m test.regrtest -j3 This is not documented. I will submit a patch... |
|||
| msg161159 - (view) | Author: Marc Abramowitz (Marc.Abramowitz) * | Date: 2012年05月19日 21:08 | |
Revising per feedback from Taggnostr on IRC. |
|||
| msg161160 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年05月19日 21:12 | |
New changeset 13e87e1715f8 by Ezio Melotti in branch 'default': #14860: mention that test.regrtest is required for 2.7. Patch by Marc Abramowitz. http://hg.python.org/devguide/rev/13e87e1715f8 |
|||
| msg161161 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年05月19日 21:12 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 59065 |
| 2012年05月19日 21:12:57 | ezio.melotti | set | status: open -> closed versions: - Python 2.7 messages: + msg161161 assignee: ezio.melotti resolution: fixed stage: resolved |
| 2012年05月19日 21:12:23 | python-dev | set | nosy:
+ python-dev messages: + msg161160 |
| 2012年05月19日 21:08:03 | Marc.Abramowitz | set | files:
+ devguide-1.patch messages: + msg161159 |
| 2012年05月19日 20:18:37 | Marc.Abramowitz | create | |