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月09日 11:27 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue-15304-failing-test.patch | chris.jerdonek, 2012年07月09日 13:04 | review | ||
| issue-15304-fix.patch | chris.jerdonek, 2012年07月09日 13:15 | review | ||
| Messages (6) | |||
|---|---|---|---|
| msg165075 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月09日 11:27 | |
test.support.temp_cwd() has a typo (s/name/path/):
try:
os.chdir(path)
except OSError:
if not quiet:
raise
warnings.warn('tests may fail, unable to change the CWD to ' + name,
RuntimeWarning, stacklevel=3)
|
|||
| msg165080 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月09日 13:04 | |
Adding failing test. |
|||
| msg165081 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年07月09日 13:15 | |
Attaching fix. |
|||
| msg170888 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月21日 13:53 | |
New changeset 0b60dcabf7e6 by Ezio Melotti in branch '3.2': #15304: fix wrong warning message in test.support.temp_cwd(). http://hg.python.org/cpython/rev/0b60dcabf7e6 New changeset b1d6daface10 by Ezio Melotti in branch 'default': #15304: merge with 3.2. http://hg.python.org/cpython/rev/b1d6daface10 |
|||
| msg170889 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年09月21日 13:54 | |
Fixed, thanks for the patch! |
|||
| msg170901 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月21日 16:38 | |
Thanks, Ezio! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | github: 59509 |
| 2012年09月21日 16:38:29 | chris.jerdonek | set | messages: + msg170901 |
| 2012年09月21日 13:54:11 | ezio.melotti | set | status: open -> closed versions: - Python 2.7 messages: + msg170889 resolution: fixed stage: patch review -> resolved |
| 2012年09月21日 13:53:30 | python-dev | set | nosy:
+ python-dev messages: + msg170888 |
| 2012年09月19日 00:31:16 | ezio.melotti | set | assignee: ezio.melotti type: behavior nosy: + ezio.melotti versions: + Python 2.7, Python 3.2 |
| 2012年07月09日 13:15:32 | chris.jerdonek | set | files:
+ issue-15304-fix.patch messages: + msg165081 stage: needs patch -> patch review |
| 2012年07月09日 13:04:29 | chris.jerdonek | set | files:
+ issue-15304-failing-test.patch keywords: + patch messages: + msg165080 stage: needs patch |
| 2012年07月09日 11:27:19 | chris.jerdonek | create | |