Move session-related code to new session module#530
Move session-related code to new session module#530mmckerns merged 4 commits intouqfoundation:masterfrom
Conversation
|
I have three thoughts, even before reviewing: (1) you should make sure there are backward compatible imports for anything that you've moved to a new module, (2) would it be better to use |
I was thinking about this just now.
May be. I'll change this.
Already did that. |
There's a problem with this though. Adding Should I include |
4e381f9 to
7099ee2
Compare
|
@mmckerns: applied the requested changes. |
Edit: updated.
Here is the relevant segment of the diff between the old
_dill.pyand the newsession.py: