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
## Changes
In certain Windows installs, readline.__doc__ is None. Added a check
before iterating.
## Issue
Improving Windows compatibility #9
## Related pull request
Add compatibility for Windows #14
## Inspiration
[Add handling for Windows "readline.__doc__ is NoneType"
error](clarkperkins/click-shell#11)
---------
Co-authored-by: Mariusz Kupidura <[email protected]>
readline prevents compatibility with Windows; pyreadline could be used as a drop-in replacement with a conditional import
The text was updated successfully, but these errors were encountered: