Gregory (Grisha) Trubetskoy wrote:
On Thu, 28 Jul 2005, Jim Gallacher wrote:
I don't want to leave req_get_session in as-is since people may start
using it which would make things difficult if the final solution ends
up being something completely different. Rather than delete
req_get_session() completely I'd like to change it to
raise a NotImplemented error. That way there is starting point for 3.3
but nobody will depend on it actually being there. Does this seem
reasonable?
+1
Grisha
I've commited this change. get_session implementation will be deferred
to 3.3.
Jim