Skip to content

Missing position-only markers for function parameters #95034

Description

@slateny

There are a number (>10) of modules with functions that don't have the position-only marker (see #91950, #94735), for example here is a (partial) list that contains a number of functions that should likely have position-only markers but are missing from the documentation (can also be verified via inspect.signature).

- [ ] atexit
- [x] audioop (skipped, module to be deprecated in 3.13)
- [ ] binascii
- [ ] cmath
- [ ] codecs
- [ ] csv
- [ ] ctypes
- [ ] curses
- [ ] curses
- [ ] decimal
- [ ] fcntl
- [ ] functools
- [ ] gc
- [ ] heapq
- [ ] hmac
- [ ] itertools
- [ ] keyword
- [ ] locale
- [ ] lzma
- [ ] marshal
- [ ] math
- [ ] operator
- [x] os
- [ ] ossaudiodev
- [ ] pwd
- [ ] pyexpat
- [ ] random
- [ ] readline
- [ ] resource
- [ ] secrets
- [ ] select
- [ ] signal
- [ ] socket
- [ ] spwd
- [ ] ssl
- [ ] stat
- [ ] struct
- [ ] sys
- [ ] syslog
- [ ] termios
- [ ] _thread
- [ ] threading
- [ ] time
- [ ] unicodedata
- [ ] weakref
- [ ] zlib

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

docsDocumentation in the Doc dir

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions