[PR #2895] [MERGED] Add stdlib functools #15894

Closed
opened 2026-05-02 08:06:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2895
Author: @NinjaOfNeurons
Created: 2/1/2026
Status: Merged
Merged: 2/1/2026
Merged by: @JinyangWang27

Base: masterHead: add-stdlib-functools


📝 Commits (3)

  • df021e8 Add functools to Functional Programming section
  • 5f2655e removing extra space
  • 82455f3 Fix alphabetical order in Computer Vision section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Project

functools

Checklist

  • One project per PR
  • PR title format: Add functools
  • Entry format follows standard library module format
  • Description is concise and ends with a period

Why This Project Is Awesome

  • Industry Standard

Explain:

functools is a core Python standard library module that provides higher-order functions
and utilities for working with callables. It is widely used in production codebases
and is an essential part of functional-style programming in Python.

How It Differs

As a Python standard library module, functools is officially maintained and
deeply integrated into the language, making it distinct from third-party
functional programming libraries listed in this section.


🔄 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/2895 **Author:** [@NinjaOfNeurons](https://github.com/NinjaOfNeurons) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@JinyangWang27](https://github.com/JinyangWang27) **Base:** `master` ← **Head:** `add-stdlib-functools` --- ### 📝 Commits (3) - [`df021e8`](https://github.com/vinta/awesome-python/commit/df021e87d5667265ae79591dd3b81974953cb930) Add functools to Functional Programming section - [`5f2655e`](https://github.com/vinta/awesome-python/commit/5f2655e5172da3eef88dbcce7d21d187b09c20a5) removing extra space - [`82455f3`](https://github.com/vinta/awesome-python/commit/82455f3d1b4d5b2653a354b596b451213f03d386) Fix alphabetical order in Computer Vision section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Project [functools](https://docs.python.org/3/library/functools.html) ## Checklist - [x] One project per PR - [x] PR title format: `Add functools` - [x] Entry format follows standard library module format - [x] Description is concise and ends with a period ## Why This Project Is Awesome - [x] **Industry Standard** Explain: `functools` is a core Python standard library module that provides higher-order functions and utilities for working with callables. It is widely used in production codebases and is an essential part of functional-style programming in Python. ## How It Differs As a Python standard library module, `functools` is officially maintained and deeply integrated into the language, making it distinct from third-party functional programming libraries listed in this section. --- <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 2026-05-02 08:06:16 -05: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#15894