|
From: Samuele P. <pe...@in...> - 2001-03-08 05:35:01
|
Hi, I have posted to SF a not so little patch that enables optional nested scopes semantic as in CPython 2.1b1: for the details check http://sourceforge.net/tracker/?func=detail&atid=312867&aid=406918&group_id=128 67 For the moment from __future__ import nested_scopes does not setup nested scope for the entire session from an interactive prompt ( the necessary hooks are already there ) but it works at file level. regards, Samuele Pedroni. |