[PR #248] [CLOSED] Added Py2/Py3 #230

Closed
opened 2025-11-06 12:27:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/248
Author: @dhamaniasad
Created: 10/21/2014
Status: Closed

Base: masterHead: patch-3


📝 Commits (2)

📊 Changes

1 file changed (+202 additions, -201 deletions)

View changed files

📝 README.md (+202 -201)

📄 Description

Addressing #153.
Version only added for packages/libraries which state their version on their PyPI page.
For instance, the PyPI page for virtualenv has this text:

Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.1
Programming Language :: Python :: 3.2

Only added versions to libraries/packages that list support for both 2 & 3.


🔄 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/248 **Author:** [@dhamaniasad](https://github.com/dhamaniasad) **Created:** 10/21/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-3` --- ### 📝 Commits (2) - [`183c3c8`](https://github.com/vinta/awesome-python/commit/183c3c8d52ada85562fff3e92bdcbf12aac7b87a) Merge pull request #2 from vinta/master - [`e80d93c`](https://github.com/vinta/awesome-python/commit/e80d93c72ec40a5bffd87c5787797d87243e8921) Update README.md ### 📊 Changes **1 file changed** (+202 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+202 -201) </details> ### 📄 Description Addressing #153. Version only added for packages/libraries which state their version on their PyPI page. For instance, the PyPI page for [virtualenv](https://pypi.python.org/pypi/virtualenv) has this text: ``` Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.1 Programming Language :: Python :: 3.2 ``` Only added versions to libraries/packages that list support for both 2 & 3. --- <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 12:27:37 -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#230