We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f03d7e commit 5a76214Copy full SHA for 5a76214
unpythonic/net/server.py
@@ -132,7 +132,8 @@
132
WrappedFunction = None
133
134
try:
135
- # macro-enabled console with imacropy semantics and ?, ?? docstring/source viewing syntax
+ # Improved macro-enabled console. Imacropy semantics; ?, ?? docstring/source viewing syntax;
136
+ # improved handling of macro import errors; can reload macros and re-establish macro bindings.
137
from imacropy.console import MacroConsole as Console
138
except ModuleNotFoundError:
139
0 commit comments