Skip to content

Commit 5a76214

Browse files
author
Juha Jeronen
committed
Update comment why we recommend imacropy.console
1 parent 7f03d7e commit 5a76214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unpythonic/net/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@
132132
WrappedFunction = None
133133

134134
try:
135-
# macro-enabled console with imacropy semantics and ?, ?? docstring/source viewing syntax
135+
# 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.
136137
from imacropy.console import MacroConsole as Console
137138
except ModuleNotFoundError:
138139
try:

0 commit comments

Comments
 (0)