From bc4fc46f6e42dadba060a12c38d3e417f3d5fdf4 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Mon, 13 May 2024 00:00:18 +0200 Subject: [PATCH] doc: remove mentions of no longer directly referenced fcntl --- .github/workflows/tox.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 759800eb1..8fcf95b24 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -19,7 +19,7 @@ jobs: - ubuntu-latest # not defaulting to macos-latest: Python <= 3.9 was missing from macos-14 @ arm64 - macos-13 - # Not testing Windows, because tests need Unix-only fcntl, grp, pwd, etc. + # Not testing Windows, because tests need Unix-only non-blocking pipes, grp, pwd, etc. python-version: # CPython <= 3.7 is EoL since 2023-06-27 - "3.7" diff --git a/appveyor.yml b/appveyor.yml index 3cf11f0e9..505193911 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: #- TOXENV: run-entrypoint # PYTHON: "C:\\Python38-x64" # Windows is not ready for testing!!! - # Python's fcntl, grp, pwd, os.geteuid(), and socket.AF_UNIX are all Unix-only. + # Python's non-blocking pipes, grp, pwd, os.geteuid(), and socket.AF_UNIX are all Unix-only. #- TOXENV: py35 # PYTHON: "C:\\Python35-x64" #- TOXENV: py36