[Python-3000] turtle.Screen.__init__ issue

2008-09-21 Thread Gregor Lingl
or what you have in the 3.0 version, >> is vastly preferable. >> >> Cheers, >> Vern Original-Nachricht Betreff:[Python-Dev] turtle.Screen- how to implement best a Singleton Datum: Mon, 18 Aug 2008 10:15:45 +0200 Von:Gregor Lingl <[

Re: [Python-3000] turtle.Screen- how to implement best a Singleton

2008-08-18 Thread Gregor Lingl
Thanks for the feedback, Gregor Vern Ceder schrieb: Gregor, I don't feel authoritative on the correctness/appropriateness of the implementation, but I do agree completely that behavior b, or what you have in the 3.0 version, is vastly preferable. Cheers, Vern Gregor Lingl wrote

[Python-3000] turtle.Screen- how to implement best a Singleton

2008-08-18 Thread Gregor Lingl
Hi, this posting - concerning the new turtle module - goes to the Python-Dev and Python-3000 lists and to a couple of 'power users' of turtle graphics, hoping to recieve feedback from the developer's point of view as well as from the user's point of view. Currently the implementations of the

Re: [Python-3000] how to deal with compatibility problems (example: turtle module)

2008-05-27 Thread Gregor Lingl
Guido van Rossum schrieb: The old turtle.py explicitly says from math import * # Also for export so I think it's desirable to keep this behavior. My intent with that line was that an absolute beginner could put "from turtle import *" in their interactive session and be able to use both the tu

[Python-3000] how to deal with compatibility problems (example: turtle module)

2008-05-27 Thread Gregor Lingl
Hi, when doing some final checking of the new turtle module I ran into the following problem, which I'd like to discuss with the intention to clarify how to handle problems that result more or less from suboptimal design decisions of the module to replace.: (1) As requested I added an __all__ va

Re: [Python-3000] [Python-Dev] RELEASED Python 2.6a2 and 3.0a4

2008-04-04 Thread Gregor Lingl
Hi, something doesn't work as usual, at least for me: When I try to download the Python 2.6a2 release for Windows by clicking * Windows x86 MSI Installer (2.6a2) (sig)

Re: [Python-3000] 2.6 and 3.0 project management

2008-03-16 Thread Gregor Lingl
y a side issue in the current development efforts. Unfortunately I'm not familiar with the procedures needed to get a new module into Python, so I kindly ask you for your advice how to proceed, at the same time offering my cooperation. With best regards Gregor Lingl Guido van Rossum schrieb: