-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Lib: re-word or remove outdated comments. #140343
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
base: main
Are you sure you want to change the base?
Conversation
My opinions |
I'm fine with the change to logging. The |
I'm happy to do this if it makes it easier to get the rest in. But, can you say more about why, please? Tcl 8.7 is from 2007 so it seemed to me like ancient history not worth mentioning in code comments. |
.. and update link to related discussion to point to github.
61da7ab
to
938d245
Compare
Per the configure page, we still support building with it. |
938d245
to
76d2fce
Compare
I rebased & removed the change to idlelib. |
Please don't force push in the future, it makes reviewing harder. |
Sorry, I'm still learning the norms here. |
I searched across the
Lib
directory of CPython and removed or re-worded outdated comments.For instance, the private
_is_text_encoding
was not in fact removed in Python 3.5 but is still used by the implementation.The
_clamp
property of Decimal context objects actually was removed in Python 3.3, but a test for its removal (with outdated comment) still only speculated about its eventual removal.