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.

Author benjamin.peterson
Recipients alexandre.vassalotti, andrewsmedina, benjamin.peterson, brett.cannon, fdrake, georg.brandl, gpolo, hdiogenes, jhylton, jnoller, [email protected], mark.dickinson, quentin.gallet-gilles
Date 2008-05-23.20:53:45
SpamBayes Score 0.023436666
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Fri, May 23, 2008 at 7:49 AM, Quentin Gallet-Gilles
<[email protected]> wrote:
>
> Quentin Gallet-Gilles <[email protected]> added the comment:
>
> While working on the commands module removal, I found two missed import
> renaming in the py3k branch that made regrtest skip some tests. The
> attached patch corrects them.

The test_tcl one was fixed in 2.6 (when we were renaming) and will be
merged into Py3k. I will catch the test_1413192.py. Thanks!
>
> Added file: http://bugs.python.org/file10416/import_renames_py3k.patch
>
> __________________________________
> Tracker <[email protected]>
> <http://bugs.python.org/issue2775>
> __________________________________
>
History
Date User Action Args
2008-05-23 20:53:56benjamin.petersonsetspambayes_score: 0.0234367 -> 0.023436666
recipients: + benjamin.peterson, jhylton, fdrake, brett.cannon, georg.brandl, mark.dickinson, alexandre.vassalotti, hdiogenes, quentin.gallet-gilles, gpolo, jnoller, andrewsmedina, [email protected]
2008-05-23 20:53:52benjamin.petersonlinkissue2775 messages
2008-05-23 20:53:48benjamin.petersoncreate