[New-bugs-announce] [issue22832] Tweak parameter names for fcntl module

Brett Cannon report at bugs.python.org
Mon Nov 10 02:32:31 CET 2014


New submission from Brett Cannon:

http://bugs.python.org/review/20152/ is filled with various suggestions from Serhiy on how to update the function parameters in the fcntl module to more closely match what is in the man pages. This should be fully backwards-compatible as the parameters are positional-only. It should be easy as the code doesn't need to change thanks to Argument Clinic. Trick will be updating both the code and the docs.

----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 230931
nosy: brett.cannon, docs at python, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Tweak parameter names for fcntl module
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22832>
_______________________________________


More information about the New-bugs-announce mailing list