mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 17:05:57 +03:00
[GH-ISSUE #354] raw_input() deprecated as of Python 3 #287
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyberneticangel on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/354
raw_input() is replaced by input() as of Python 3.
@iyadbd commented on GitHub (Jun 9, 2024):
im working on porting it to python 3+ for fun rn, when i finish i'll start a pull request