-
Notifications
You must be signed in to change notification settings - Fork 122
Rename load, _relative_load, and pyscript #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #701 +/- ##
==========================================
+ Coverage 95.45% 95.49% +0.04%
==========================================
Files 11 11
Lines 3255 3265 +10
==========================================
+ Hits 3107 3118 +11
+ Misses 148 147 -1
Continue to review full report at Codecov.
|
This is in case the user runs a long script - I don't want the warning to quickly scroll off the screen where they then never see it.
@@ -3,6 +3,11 @@ | |||
* Added support for and testing with Python 3.8, starting with 3.8 beta | |||
* Breaking Changes | |||
* Python 3.4 reached its [end of life](https://www.python.org/dev/peps/pep-0429/) on March 18, 2019 and is no longer supported by `cmd2` | |||
* **Renamed Commands Notice** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The magnitude of this change is a bit daunting, but everything looks good
Fixes #675