Re: [Python-Dev] Tkinter problem in Python 3

2009-02-21 Thread Quentin Gallet-Gilles
Hi Klaus, Tkinter was renamed as part of the stdlib reorganization (see the PEP 3108 :http://www.python.org/dev/peps/pep-3108/#tkinter-packagefor more details). The 2to3 tool should handle all those changes automatically, by the way. Cheers, Quentin On Sat, Feb 21, 2009 at 11:47 AM, Klaus

Re: [Python-Dev] import error in python2.6

2008-07-21 Thread Quentin Gallet-Gilles
Hi Bristow, You didn't provide any broken code that could help us give an explanation. Also this kind of question is best answered on the python-users mailing list. Python-dev is reserved for discussion about the evolution of Python, not its use. Cheers, Quentin On Mon, Jul 21, 2008 at 2:12 PM,

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-06-01 Thread Quentin Gallet-Gilles
I've uploaded a patch for the aifc module (http://bugs.python.org/issue2847). I'm still working on the testsuite. Comments are welcome! Quentin On Thu, May 29, 2008 at 5:39 PM, Quentin Gallet-Gilles [EMAIL PROTECTED] wrote: On Thu, May 29, 2008 at 4:56 PM, Lars Immisch [EMAIL PROTECTED] wrote

Re: [Python-Dev] Finishing up PEP 3108

2008-05-29 Thread Quentin Gallet-Gilles
On Thu, May 29, 2008 at 9:12 AM, Georg Brandl [EMAIL PROTECTED] wrote: Brett Cannon schrieb: The issues related to PEP 3108 now total 14. With the beta (supposedly) in a week, I am hoping the last minor details can be pulled together or decisions made on what can be postponed and what

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-05-29 Thread Quentin Gallet-Gilles
On Thu, May 29, 2008 at 4:56 PM, Lars Immisch [EMAIL PROTECTED] wrote: snip Issue 2847 - the aifc module still imports the cl module in 3.0. Problem is that the cl module is gone. =) So it seems silly to have the imports lying about. This can probably be changed to

Re: [Python-Dev] Primer on distributed revision control?

2008-03-21 Thread Quentin Gallet-Gilles
Eric Raymond started a study for this specific matter recently (announced here : http://article.gmane.org/gmane.emacs.devel/85893). Everything is under source control here : http://thyrsus.com/hg/uvc/ HTH, Quentin On Fri, Mar 21, 2008 at 11:17 PM, [EMAIL PROTECTED] wrote: With all these

Re: [Python-Dev] Small RFEs and the Bug Tracker

2008-02-20 Thread Quentin Gallet-Gilles
On Wed, Feb 20, 2008 at 8:40 AM, Christian Heimes [EMAIL PROTECTED] wrote: Martin v. Löwis wrote: What's wrong with the rfe type? Why does it have to be a keyword? For one it's the name. Personally I didn't know the meaning of RFE until I googled it. I agree, the name is a bit confusing

Re: [Python-Dev] Small RFEs and the Bug Tracker

2008-02-20 Thread Quentin Gallet-Gilles
I consider a feature request something like asking a factorial method ( http://bugs.python.org/issue2138). As for the RFE, (from Wikipedia) while not technically a bug, it is often tracked in the same manner as a bug as it represents a failure to meet expected behavior, or simply out of

Re: [Python-Dev] Bug Day outcome

2008-01-20 Thread Quentin Gallet-Gilles
Excellent ! When will be the next one ? :-) On Jan 20, 2008 2:14 AM, A.M. Kuchling [EMAIL PROTECTED] wrote: Today's bug day was a great success. Experienced people like Georg, Facundo, and Gregory P. Smith participated, and we also had people who submitted their first patches, some of which

[Python-Dev] Possible bug related with Tkinter ?

2007-12-20 Thread Quentin Gallet-Gilles
While testing the tkFileDialog, I encountered a strange error : ~/dev/trunk$ ./python Lib/lib-tk/tkFileDialog.py Traceback (most recent call last): File Lib/lib-tk/tkFileDialog.py, line 202, in module openfilename=askopenfilename(filetypes=[(all files, *)]) File