From 33fb9159da2df5b501c99358bafb6d46a9202c0d Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 10 Aug 2026 15:28:02 +0100 Subject: [PATCH 1/2] Add August 2026 minutes We didn't take too many notes this time... --- docs/monthly-meeting/2026-08.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/monthly-meeting/2026-08.md diff --git a/docs/monthly-meeting/2026-08.md b/docs/monthly-meeting/2026-08.md new file mode 100644 index 0000000..3a28eda --- /dev/null +++ b/docs/monthly-meeting/2026-08.md @@ -0,0 +1,33 @@ +# Documentation Community Team Meeting (4 August, 2026) + +## Roll call + +(Name / `@GitHubUsername` *[/ Discord, if different]*) + +* Hugo van Kemenade / `@hugovk` +* Keith +* Nathan +* Stephen / `@sirosen` +* Ned Batchelder / `@nedbat` +* Petr / `@encukou` +* Bhuvansh / `@BHUVANSH855` +* Lonnie Hutchinson / `@gdchinacat` +* Stan / `@StanFromIreland` + + +## Introductions + +New attendees were present, and a round of introductions was made. + + +## Discussion + +- [nedbat] Moving Big-O complexity of operations on Python types from the Wiki + to the docs ([python/cpython#154363](https://github.com/python/cpython/pull/154363)). + +- [Hugo] Transifex subscription renewal ([python/docs-community#196](https://github.com/python/docs-community/issues/196)) + - Hugo will contact Transifex to cancel. + +- [ngoldbaum] Missing free-threaded developer docs? + +- [Petr] Another reorg PR: [python/cpython#154884](https://github.com/python/cpython/pull/154884) From 949074b07b37025e36af129f0ca629cdb8966fe1 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 10 Aug 2026 15:32:07 +0100 Subject: [PATCH 2/2] Add to TOC --- docs/monthly-meeting/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/monthly-meeting/index.rst b/docs/monthly-meeting/index.rst index 5e89d1e..fa4f391 100644 --- a/docs/monthly-meeting/index.rst +++ b/docs/monthly-meeting/index.rst @@ -25,3 +25,4 @@ Monthly reports in chronological order. May 2026 <2026-05.md> Jun 2026 <2026-06.md> Jul 2026 <2026-07.md> + Aug 2026 <2026-08.md>