[GRASS-git] [OSGeo/grass] c0203a: build: Replace Python glob1 by glob in doc build c...

Vaclav Petras noreply at github.com
Sun Oct 12 03:51:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: c0203a875cda7f19dd0ac410e8a3059475c7dcf2
      https://github.com/OSGeo/grass/commit/c0203a875cda7f19dd0ac410e8a3059475c7dcf2
  Author: Vaclav Petras <wenzeslaus at gmail.com>
  Date:   2025-10-12 (Sun, 12 Oct 2025)

  Changed paths:
    M man/build_topics.py

  Log Message:
  -----------
  build: Replace Python glob1 by glob in doc build code (#6472)

Usage of glob.glob1 causes DeprecationWarning because undocumented glob.glob1 is deprecated since Python 3.13 and will be removed in Python 3.15. The warning and Python 3.15 release notes suggest to use glob.glob and pass a directory to its root_dir argument instead.



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list