On 11/10/05, scmikes <[EMAIL PROTECTED]> wrote:
> Does that mean the turbogears will become 2.3 centric, or 2.3 backwards
> compatable?
> Would decorators be dropped from the demos?

@email
def response():
    paragraphs = set(["""Good question. *I* run Python 2.4 and have no
intention of downgrading. Demos, tutorials and documentation will
likely use 2.4-isms.""",

"""My thinking was that if we can easily make it so that folks forced
to use 2.3 can use TurboGears, that's worthwhile and I don't mind the
minor syntax differences in TurboGears itself."""])
    return [item for item in paragraphs if "Good" in item]

Kevin

Reply via email to