-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
DeprecationWarning: .text & .listdir are deprecated #35044
Comments
Hi @irtazaakram please assign me , want to work on it. |
@coderight1 Can you please update the status? are you working on it? |
Hi @farhan, you can work on it. |
Hello @feanil @irtazaakram is this issue still open?? Can I work on this issue? And I'm quite new to open source so if I breach any common practices or make any mistakes, please correct me. I'm here to learn and add value to this repo. |
@Mritunjaii Yes its still open, you can work on it. |
@farhan @irtazaakram |
|
.text()
is deprecated useread_text
instead.Reference: https://github.com/jaraco/path/blob/34634dc494d8385c0b40a3bedcce5458983b3a5d/path/__init__.py#L869
edx-platform/common/djangoapps/xblock_django/tests/test_commands.py
Line 67 in 15e2834
.listdir
is deprecated; useiterdir
instead.Reference: https://github.com/jaraco/path/blob/34634dc494d8385c0b40a3bedcce5458983b3a5d/path/__init__.py#L557
edx-platform/common/djangoapps/xblock_django/translation.py
Line 104 in 15e2834
The text was updated successfully, but these errors were encountered: