openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.09k stars 3.79k forks source link

DeprecationWarning: .text & .listdir are deprecated #35044

Open irtazaakram opened 5 days ago

irtazaakram commented 5 days ago

.text() is deprecated use read_text instead.

Reference: https://github.com/jaraco/path/blob/34634dc494d8385c0b40a3bedcce5458983b3a5d/path/__init__.py#L869

https://github.com/openedx/edx-platform/blob/15e2834825d4354b9e71e761b95fdcdffa1d1015/common/djangoapps/xblock_django/tests/test_commands.py#L67


.listdir is deprecated; use iterdir instead.

Reference: https://github.com/jaraco/path/blob/34634dc494d8385c0b40a3bedcce5458983b3a5d/path/__init__.py#L557

https://github.com/openedx/edx-platform/blob/15e2834825d4354b9e71e761b95fdcdffa1d1015/common/djangoapps/xblock_django/translation.py#L104

coderight1 commented 5 days ago

Hi @irtazaakram please assign me , want to work on it.