You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The NVDA Python Console implementation prevents clobbering of the gettext _ built-in but at the same time prevents the user from taking advantage of the standard sys.displayhook saving the last returned value under that same name.
Describe the solution you'd like
Best of both worlds: Gettext not clobbered and last returned value accessible as the underscore variable.
Describe alternatives you've considered
Additional context
Upcoming PR
The text was updated successfully, but these errors were encountered:
…) (#9783)
* Python Console: Preserve the result of the last executed command (#9782)
* Python Console: Preserve the result of the last executed command (#9782)
Update Developer Guide
Is your feature request related to a problem? Please describe.
The NVDA Python Console implementation prevents clobbering of the gettext
_
built-in but at the same time prevents the user from taking advantage of the standardsys.displayhook
saving the last returned value under that same name.Describe the solution you'd like
Best of both worlds: Gettext not clobbered and last returned value accessible as the underscore variable.
Describe alternatives you've considered
Additional context
Upcoming PR
The text was updated successfully, but these errors were encountered: