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, juracy@gmail.com, mark.dickinson, quentin.gallet-gilles
Date 2008-05-23.20:53:45
SpamBayes Score 0.023436666
Marked as misclassified No
Message-id <1afaf6160805231353w4442d73eu5913a8489531c8d0@mail.gmail.com>
In-reply-to <1211546974.19.0.250860192914.issue2775@psf.upfronthosting.co.za>
Content
On Fri, May 23, 2008 at 7:49 AM, Quentin Gallet-Gilles
<report@bugs.python.org> wrote:
>
> Quentin Gallet-Gilles <qgallet@gmail.com> 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 <report@bugs.python.org>
> <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, juracy@gmail.com
2008-05-23 20:53:52benjamin.petersonlinkissue2775 messages
2008-05-23 20:53:48benjamin.petersoncreate