Ah, but you can still do both:
from stackless import *
import stackless

Anyway, if that's the only reason, it seems a bit superflous :)

K

From: Christian Tismer [mailto:[email protected]]
Sent: 12. apríl 2010 06:16
To: The Stackless Python Mailing List
Cc: Kristján Valur Jónsson
Subject: Re: [Stackless] stackless.stackless

On 3/26/10 11:40 AM, Kristján Valur Jónsson wrote:
I just noticed that the stackless module has a an attribute "stackless" that 
points to itself.
This is highly irregular.  I noticed this because some of the tests in 
stackless/test do
from stackless import *
and then proceed to do stuff such as
r = stackless.channel()

I'd like to remove this module self reference if no one objects.

The purpose of this irregularity was to be able to use
'from stackless import *'



_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to