-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
getpass: update docstring #49
Conversation
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. ff47a13
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow these steps to rectify the issue:
Thanks again to your contribution and we look forward to looking at it! |
Codecov Report
@@ Coverage Diff @@
## master #49 +/- ##
==========================================
- Coverage 82.37% 82.37% -0.01%
==========================================
Files 1427 1427
Lines 350948 350948
==========================================
- Hits 289099 289086 -13
- Misses 61849 61862 +13 Continue to review full report at Codecov.
|
Thanks for your contribution, but please sign the CLA ;-) https://www.python.org/psf/contrib/contrib-form/ |
@the-knights-who-say-ni I have completed the above steps. |
Does this backport? |
Sometimes co_filename is set to something different than what was written -- it is changed (using `_imp.fix_co_filename`) to match the file from which it was loaded. Here we ensure that this is propagated through hydration.
Infer format specificer enclosing automatically
EasyDialogs was removed in 3.x.
ff47a13