[PR #302] [CLOSED] Python 2 died 650 days ago on 1/1/2020 #360

Closed
opened 2026-02-26 04:31:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LionSec/katoolin/pull/302
Author: @cclauss
Created: 10/11/2021
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

  • c1fe528 Python 2 died 650 days ago on 1/1/2020
  • 7587eb5 print() is a function in Python 3

📊 Changes

2 files changed (+108 additions, -92 deletions)

View changed files

📝 core/gear.py (+40 -30)
📝 katoolin.py (+68 -62)

📄 Description

Python 2 died 650 days ago on 1/1/2020 so it might no longer be installed on newer operating systems.

  • print() is a function in Python 3
  • raw_input() was removed from Python 3 in favor of input().

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LionSec/katoolin/pull/302 **Author:** [@cclauss](https://github.com/cclauss) **Created:** 10/11/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`c1fe528`](https://github.com/LionSec/katoolin/commit/c1fe528081152226b748461bbef67c71bc1ff074) Python 2 died 650 days ago on 1/1/2020 - [`7587eb5`](https://github.com/LionSec/katoolin/commit/7587eb55787a29de2c4f354b25974139ab665a40) print() is a function in Python 3 ### 📊 Changes **2 files changed** (+108 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `core/gear.py` (+40 -30) 📝 `katoolin.py` (+68 -62) </details> ### 📄 Description Python 2 died 650 days ago on 1/1/2020 so it might no longer be installed on newer operating systems. * `print()` is a function in Python 3 * `raw_input()` was removed from Python 3 in favor of `input()`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:31:11 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#360
No description provided.