summaryrefslogtreecommitdiffstats
path: root/Doc/library/optparse.rst
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-05-10 06:30:32 (GMT)
committerGitHub <noreply@github.com>2022-05-10 06:30:32 (GMT)
commitf1bbcba74f77eff2a4c0881f3d529f3bf0664d40 (patch)
treea18f0871e32ad988c3690b325cc8b6b0f1bd4f5a /Doc/library/optparse.rst
parent7c638e64050778f2e0052ec9f84cd202b8aedfce (diff)
downloadcpython-f1bbcba74f77eff2a4c0881f3d529f3bf0664d40.zip
cpython-f1bbcba74f77eff2a4c0881f3d529f3bf0664d40.tar.gz
cpython-f1bbcba74f77eff2a4c0881f3d529f3bf0664d40.tar.bz2
gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529)
Diffstat (limited to 'Doc/library/optparse.rst')
-rw-r--r--Doc/library/optparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst
index b109419..0d686b1 100644
--- a/Doc/library/optparse.rst
+++ b/Doc/library/optparse.rst
@@ -131,7 +131,7 @@ option
These option syntaxes are not supported by :mod:`optparse`, and they never
will be. This is deliberate: the first three are non-standard on any
environment, and the last only makes sense if you're exclusively targeting
- VMS, MS-DOS, and/or Windows.
+ Windows or certain legacy platforms (e.g. VMS, MS-DOS).
option argument
an argument that follows an option, is closely associated with that option,