[issue9083] At least some Tools utilities are still Python 2

2010-07-04 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I opened a bug about testing demos and tools: #9153.

There was already a bug about cleaning up demos, #7962, so I’ve made it into a 
meta-bug for demos and tools, superseding this one. Steve, I’m adding you to 
the nosy there, but I don’t feel confident enough to raise the severity or add 
other people to nosy.

--
nosy: +merwok
resolution:  - duplicate
stage: needs patch - committed/rejected
status: open - closed
superseder:  - Demo and Tools need to be tested and pruned
versions:  -Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9083
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9083] At least some Tools utilities are still Python 2

2010-06-27 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' g.rod...@gmail.com:


--
nosy: +giampaolo.rodola

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9083
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9083] At least some Tools utilities are still Python 2

2010-06-25 Thread Steve Holden

New submission from Steve Holden st...@holdenweb.com:

C:\Users\sholden\python31\python \python31\Tools\webchecker\wcgui.py
Traceback (most recent call last):
  File \python31\Tools\webchecker\wcgui.py, line 63, in module
from Tkinter import *
ImportError: No module named Tkinter

This makes is seem pretty clear that not even minimal effort has been expended 
to ensure that this Tools is functional. It's not a priority, so that's 
understandable. Maybe I am the only person who ever tried to use this under 
Python 3.

Perhaps we need a test that will fail if these things don't at least run to 
completion (and no, I don't know how I would test wcgui, but I'd be interested 
in discussing test strategies)?

--
assignee: holdenweb
components: 2to3 (2.x to 3.0 conversion tool), Demos and Tools
messages: 108641
nosy: holdenweb
priority: high
severity: normal
stage: unit test needed
status: open
title: At least some Tools utilities are still Python 2
type: feature request
versions: Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9083
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9083] At least some Tools utilities are still Python 2

2010-06-25 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +gpolo
stage: unit test needed - needs patch
type: feature request - behavior
versions: +Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9083
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9083] At least some Tools utilities are still Python 2

2010-06-25 Thread Guido van Rossum

Guido van Rossum gu...@python.org added the comment:

Webchecker is so old, it should be deleted.

--
nosy: +gvanrossum

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9083
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com