[PR #2613] Updated sort.py #1930

Open
opened 2025-11-06 13:26:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2613
Author: @sccuax
Created: 9/8/2024
Status: 🔄 Open

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+44 additions, -73 deletions)

View changed files

📝 sort.py (+44 -73)

📄 Description

In the last code of sort.py a 'w+' is missing when writing the sorted lists. So I have add it to be in the side of Python 3.

What is this Python project?

Describe features.

What's the difference between this Python project and similar ones?

Enumerate comparisons.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 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/vinta/awesome-python/pull/2613 **Author:** [@sccuax](https://github.com/sccuax) **Created:** 9/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0d31d6b`](https://github.com/vinta/awesome-python/commit/0d31d6b5ff90d6f370f33378eabef1a36808bc9c) Updated sort.py ### 📊 Changes **1 file changed** (+44 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `sort.py` (+44 -73) </details> ### 📄 Description In the last code of sort.py a 'w+' is missing when writing the sorted lists. So I have add it to be in the side of Python 3. ## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones? Enumerate comparisons. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:26:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1930