-
-
Notifications
You must be signed in to change notification settings - Fork 308
Replace and deprecate modutils.is_standard_module() #2015
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
b77b214 to
5640e55
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2015 +/- ##
==========================================
+ Coverage 92.76% 92.78% +0.01%
==========================================
Files 94 95 +1
Lines 10967 10998 +31
==========================================
+ Hits 10174 10204 +30
- Misses 793 794 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
40c1457 to
75c6ca8
Compare
DanielNoord
left a comment
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.
I like the code and changes. Just some minor comments! This can definitely go in the next release!
|
I think I addressed all the comments. Please take another look when you get the chance. |
Type of Changes
Description
Deprecates
modutils.is_standard_module()and splits functionality into two new functions:modutils.is_stdlib_module()
modutils.module_in_path()
is_standard_module()Closes #2012