##// END OF EJS Templates
demandimport: explicitly declare `_session` at the module level...
demandimport: explicitly declare `_session` at the module level The `_session` module level variable is set within a function using the `global` keyword. This confuses my `test-check-pyflakes.t`. Explicitly declaring the variable at the top level solves the issue (and seems absolutely reasonable).

File last commit:

r42873:a562df8a default
r42939:978c9a0c stable
Show More
next
14 lines | 142 B | text/plain | TextLexer
== New Features ==
== New Experimental Features ==
== Bug Fixes ==
== Backwards Compatibility Changes ==
== Internal API Changes ==