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 2013-02-26 22:06 by zach.ware, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_hash_discovery.diff zach.ware, 2013-02-26 22:06 review
Messages (2)
msg183120 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-27 08:10
New changeset 619ed4ed7087 by Ezio Melotti in branch '3.3': #17304: test_hash now works with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/619ed4ed7087 New changeset bc4458493024 by Ezio Melotti in branch 'default': #17304: merge with 3.3. http://hg.python.org/cpython/rev/bc4458493024
msg183121 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-27 08:10
Fixed, thanks for the patch! Even here I removed a "from test import support" that was no longer needed.
History
Date User Action Args
2022-04-11 14:57:42adminsetgithub: 61506
2013-02-27 08:10:39ezio.melottisetstatus: open -> closed
messages: + msg183121

assignee: ezio.melotti
resolution: fixed
stage: resolved
2013-02-27 08:10:02python-devsetnosy: + python-dev
messages: + msg183120
2013-02-26 22:06:53zach.warecreate