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.

classification
Title: Fix cut&paste typo in test_shutil
Type: Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: georg.brandl, orsenthil, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-07-01 21:02 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
shutil_tests_cut_paste_typo.patch sandro.tosi, 2011-07-01 21:02 review
Messages (4)
msg139606 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-07-01 21:02
There is a cut & paste typo in test_shutil file, this patch fixes it.
msg139729 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-07-04 01:22
New changeset 301c008dd58d by Senthil Kumaran in branch '3.2':
Fix closes issue issue12470 - check for utime for the skipUnless condition.
http://hg.python.org/cpython/rev/301c008dd58d
msg139740 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-07-04 06:38
This can be closed?
msg140052 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-07-09 08:58
New changeset f92bf428c647 by Senthil Kumaran in branch '3.2':
Fix closes issue issue12470 - check for utime for the skipUnless condition.
http://hg.python.org/cpython/rev/f92bf428c647
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56679
2011-07-09 08:58:08python-devsetmessages: + msg140052
2011-07-04 06:49:08orsenthilsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2011-07-04 06:38:56georg.brandlsetassignee: orsenthil

messages: + msg139740
nosy: + georg.brandl, orsenthil
2011-07-04 01:22:25python-devsetnosy: + python-dev
messages: + msg139729
2011-07-01 21:02:32sandro.tosicreate