|
| 1 | +# Documentation Community Team Meeting (October 7, 2025) |
| 2 | + |
| 3 | +## Roll call |
| 4 | + |
| 5 | +(Name / `@GitHubUsername` *[/ Discord, if different]*) |
| 6 | + |
| 7 | +- Hugo van Kemenade / `@hugovk` |
| 8 | +- Trey Hunner / `@treyhunner` |
| 9 | +- Petr Viktorin / `@encukou` |
| 10 | +- Keith |
| 11 | +- Maciek Olko / `@m-aciek` |
| 12 | +- Adam Turner / `@AATurner` |
| 13 | +- Joe |
| 14 | +- Jacob Coffee / `@JacobCoffee` |
| 15 | +- Stan / `@StanFromIreland` |
| 16 | +- Blaise Pabon / `@blaisep` |
| 17 | + |
| 18 | + |
| 19 | +## Reports and celebrations |
| 20 | + |
| 21 | +- [Stan] With the [release of Python 3.14](https://discuss.python.org/t/104210/), |
| 22 | + [docs.python.org/3/](https://docs.python.org/3/) now points to it! 🥧 |
| 23 | + |
| 24 | + **Action: Hugo deserves a good break after all that work;-)** |
| 25 | + |
| 26 | +- [Stan] The [Romanian translation](https://docs.python.org/ro/3.14/) has been |
| 27 | + added to the language switcher! |
| 28 | + |
| 29 | + |
| 30 | +## Discussion |
| 31 | + |
| 32 | +- [Stan] Reminder for translations that have not yet started translating |
| 33 | + Python 3.14, it has been [released today](https://discuss.python.org/t/104210/). |
| 34 | + - [Adam] We do use translations from the closest available version if they're |
| 35 | + not available for the current version. |
| 36 | + |
| 37 | +- [Adam] Someone complained in [an issue](https://github.com/python/cpython/issues/139707) |
| 38 | + that we don't document `compression.zstd` as only available if you have the |
| 39 | + zstd library installed. Should we close this? |
| 40 | + - [Joe] There is a note in the [sqlite3 module documentation](https://docs.python.org/3/library/sqlite3.html) |
| 41 | + that notes the SQLite 3 requirement. |
| 42 | + - **Summary:** This is a widespread issue with many similar modules, the topic |
| 43 | + also came up during the [PEP 775](https://peps.python.org/pep-0775/) discussion. |
| 44 | + Suggestions included revising the [Build Requirements](https://docs.python.org/3/using/configure.html#build-requirements) |
| 45 | + page in the documentation and improving its visibility, or including notes on |
| 46 | + each page. |
| 47 | + [PEP 534](https://peps.python.org/pep-0534/) wanted to make error |
| 48 | + messages for missing modules more friendly, |
| 49 | + but has been deferred, contact Petr if you would like to pick it up. |
| 50 | + |
| 51 | + **Action: Petr to investigate the issue** |
| 52 | + |
| 53 | +- [Hugo] Tutorial about concurrency |
| 54 | + - **Summary:** There is an open [Pull Request](https://github.com/python/cpython/pull/123163) |
| 55 | + by Eric Snow that requires some work. |
| 56 | + |
| 57 | +- [Adam] Should we rename the “tutorial” to “tour”? |
| 58 | + - **Summary:** There was consensus that the term would be more representative |
| 59 | + of what the documents really are. |
| 60 | + |
| 61 | +- [Maciek] [Interactive docs](https://discuss.python.org/t/python-console-embedded-in-docs/38477/12) |
| 62 | + -- very early attempt with PyScript, with some issues, planning to share it soon. |
| 63 | + |
| 64 | +- [Trey] Naming of argument syntax in signatures. |
0 commit comments