Issue 2621: rename test_support to support (original) (raw)

Issue2621

Created on 2008-04-12 00:32 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rename_test_support.patch benjamin.peterson,2008-04-12 00:31
rename_test_support2.patch benjamin.peterson,2008-04-12 00:55
rename_test_support_py3k.patch benjamin.peterson,2008-04-12 16:16
Messages (12)
msg65385 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-12 00:31
I used some brute force search and replace for this and it worked quite well. If this patch is accepted, I'll fix the docs.
msg65392 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-04-12 05:38
What's the rationale for this change?
msg65396 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-04-12 08:34
It would be nice if all test.test_foo modules were real tests. I know this is on the stdlib-sig's list of changes for 3.0; I don't think we should do the rename in 2.x.
msg65403 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-12 16:16
Right, we should do this only in Py3k. It might be helpful to make an alias in 2.6 for it. Attaching py3k patch.
msg65597 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-17 23:42
Brett, comments?
msg65598 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-04-18 01:05
I am going to assign this to me, but wait until Guido pronounces on PEP 3108 before moving forward with a review.
msg66301 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-05-06 02:17
Now that the stdlib-reorg PEP has been accepted, would you like you me to apply this patch? (Of course, I'll account for recent changes in the test suite.)
msg67086 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-20 04:16
No renames will occur in 2.6, only in 3.0, which means this can happen whenever.
msg67110 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-20 07:33
Should be safe to apply now, Benjamin.
msg67124 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-05-20 11:54
On Tue, May 20, 2008 at 2:33 AM, Georg Brandl <report@bugs.python.org> wrote: > > Georg Brandl <georg@python.org> added the comment: > > Should be safe to apply now, Benjamin. Will do today. -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."
msg67137 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-05-20 21:37
Done in r63512.
msg67138 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-20 22:09
I just added the note to the docs in 2.6.
History
Date User Action Args
2022-04-11 14:56:33 admin set github: 46873
2008-05-20 22:09:56 brett.cannon unlink issue2775 dependencies
2008-05-20 22:09:32 brett.cannon set messages: +
2008-05-20 21:38:20 benjamin.peterson set status: open -> closedmessages: +
2008-05-20 11:54:11 benjamin.peterson set messages: +
2008-05-20 07:33:48 georg.brandl set assignee: brett.cannon -> benjamin.petersonresolution: acceptedmessages: +
2008-05-20 04:16:03 brett.cannon set messages: +
2008-05-16 04:43:28 brett.cannon set priority: release blocker
2008-05-13 08:32:54 georg.brandl link issue2775 dependencies
2008-05-06 02:17:23 benjamin.peterson set messages: +
2008-04-18 01:05:45 brett.cannon set assignee: brett.cannonmessages: +
2008-04-17 23:42:43 benjamin.peterson set messages: +
2008-04-12 16:17:02 benjamin.peterson set files: + rename_test_support_py3k.patchmessages: + versions: + Python 3.0, - Python 2.6
2008-04-12 08:34:44 georg.brandl set messages: +
2008-04-12 05:38:15 loewis set nosy: + loewismessages: +
2008-04-12 00:56:33 benjamin.peterson set files: + rename_test_support2.patch
2008-04-12 00:32:24 benjamin.peterson create