-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed as not planned
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
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
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir