-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[CodeStyle] Legacy python code cleanup tracking issue #46837
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/close
已关闭
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
paddle-bot
bot
added
the
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
label
Oct 10, 2022
Python2、Python3.5、Python3.6 遗留代码退场计划各个子任务的计划和进度✅ remove future imports [py2]
✅ Python2 条件分支 [py2]✅ 使用
|
This was referenced Oct 11, 2022
This was referenced Oct 23, 2022
This was referenced Nov 1, 2022
Closed
@SigureMo 您好,我想做任务2.2移除super()函数中不必要的参数 |
哦好的,那我看看其他合适些的代码 |
SigureMo
changed the title
[CodeStyle] Legacy python2 tracking issue
[CodeStyle] Legacy python code cleanup tracking issue
Nov 22, 2022
This was referenced Nov 28, 2022
This was referenced Nov 30, 2022
This was referenced Dec 1, 2022
5 tasks
4 tasks
This was referenced Jan 3, 2023
github-project-automation
bot
moved this from In Progress
to Done
in Call for Contributions
Feb 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/close
已关闭
项目说明
用于跟踪 Call-for-Contributions: Python 2.7 相关代码退场 及 Python 3.5/3.6 相关代码退场
各个任务的计划和进度
成果总结
✅ Python 2.7 退场(8/8)
__future__
import(2022/09/28)six
(2022/11/01)object
继承(2022/11/08)super()
函数中不必要的参数(2022/11/22)compat.py
文件(2022/10/25)Python 3.5/3.6 退场(3/3)
其他成果总结
open
替换io.open
(2022/10/11)next
方法(2022/11/08)inspect.getfullargspec
替换inspect.getargspec
(2022/11/22)typing.Text
(2023/01/04)setup.py
classifiers 字段(2023/01/04)The text was updated successfully, but these errors were encountered: