Issue 2861: 2to3 fixer to rename markupbase to _markupbase (original) (raw)

Issue2861

Created on 2008-05-15 09:42 by quentin.gallet-gilles, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
markupbase_import_fixer.patch quentin.gallet-gilles,2008-05-21 09:07 patch against 2to3 trunk (r63516)
Messages (9)
msg66850 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-15 09:41
Before applying the attached patch, the command 'svn move Lib/markupbase.py Lib/_markupbase.py" must be invoked. Little reminder : since the changes are already applied in the 3.0 codebase, the patch should also be blocked from the py3k branch. I'll also add another patch with the 2to3 import fixer.
msg66851 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-15 09:53
Updated patch : I forgot to add a check in test___all__
msg66853 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-15 10:02
Actually, the test___all__ check is an error since _markupbase has no __all__ attribute. I've restored the first version of the patch.
msg66875 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-15 18:43
Added as a dependency on issue 2775 so as to not lose this patch.
msg67087 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-20 04:16
This does not need to happen in 2.6; only 3.0.
msg67108 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-20 07:17
I'll update the patches to reflect that.
msg67151 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-21 09:07
Well, there's only the fixer to apply.
msg67178 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-22 03:18
Applied in r63533 to 2to3 in the fixer. I also added you, Quentin to Misc/ACKS in the trunk.
msg67181 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-22 06:50
Thanks Brett. About the Misc/ACKS file I promise I'll contribute more than just an import fixer ! On Thu, May 22, 2008 at 5:19 AM, Brett Cannon <report@bugs.python.org> wrote: > > Brett Cannon <brett@python.org> added the comment: > > Applied in r63533 to 2to3 in the fixer. I also added you, Quentin to > Misc/ACKS in the trunk. > > ---------- > resolution: -> accepted > status: open -> closed > > __________________________________ > Tracker <report@bugs.python.org> > <http://bugs.python.org/issue2861> > __________________________________ > _______________________________________________ > Python-bugs-list mailing list > Unsubscribe: > http://mail.python.org/mailman/options/python-bugs-list/qgallet%40gmail.com > >
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47110
2008-05-22 06:51:04 quentin.gallet-gilles set files: - unnamed
2008-05-22 06:50:28 quentin.gallet-gilles set files: + unnamedmessages: +
2008-05-22 03:19:24 brett.cannon unlink issue2775 dependencies
2008-05-22 03:19:02 brett.cannon set status: open -> closedresolution: acceptedmessages: +
2008-05-21 09:07:28 quentin.gallet-gilles set files: + markupbase_import_fixer.patchmessages: + components: - Library (Lib)title: Patch to rename markupbase to _markupbase -> 2to3 fixer to rename markupbase to _markupbase
2008-05-21 09:03:47 quentin.gallet-gilles set files: - markupbase_renaming_2.6.patch
2008-05-21 09:03:38 quentin.gallet-gilles set files: - markupbase_import_fixer.patch
2008-05-20 07:17:05 quentin.gallet-gilles set messages: +
2008-05-20 04:16:44 brett.cannon set messages: + versions: + Python 3.0, - Python 2.6
2008-05-16 04:42:40 brett.cannon set priority: release blocker
2008-05-15 18:44:05 brett.cannon set nosy: + brett.cannonmessages: +
2008-05-15 18:43:38 brett.cannon link issue2775 dependencies
2008-05-15 10:04:12 quentin.gallet-gilles set files: - markupbase_renaming_2.6.patch
2008-05-15 10:02:29 quentin.gallet-gilles set files: + markupbase_renaming_2.6.patchmessages: +
2008-05-15 09:54:15 quentin.gallet-gilles set files: - markupbase_renaming_2.6.patch
2008-05-15 09:53:28 quentin.gallet-gilles set files: + markupbase_renaming_2.6.patchmessages: +
2008-05-15 09:43:34 quentin.gallet-gilles set files: + markupbase_import_fixer.patch
2008-05-15 09:42:14 quentin.gallet-gilles create