BPO | [23738](https://bugs.python.org/issue23738) --- | :--- Nosy | @birkenfeld, @ezio-melotti, @bitdancer, @berkerpeksag, @vadmium, @serhiy-storchaka Dependencies | bpo-14586: TypeError: truncate() takes no keyword argumentsbpo-25030: io.[Text]IOBase.seek doesn't take keyword parameterbpo-25810: Python 3 documentation for eval is incorrect Files | [pos-defaults.patch](https://bugs.python.org/file38632/pos-defaults.patch "Uploaded as text/plain at 2015-03-22.10:31:00 by @vadmium")[pos-defaults.v2.patch](https://bugs.python.org/file38800/pos-defaults.v2.patch "Uploaded as text/plain at 2015-04-02.01:32:46 by @vadmium")[pos-defaults.v3.patch](https://bugs.python.org/file40417/pos-defaults.v3.patch "Uploaded as text/plain at 2015-09-09.03:54:40 by @vadmium")[square-brackets.patch](https://bugs.python.org/file41253/square-brackets.patch "Uploaded as text/plain at 2015-12-06.01:25:19 by @vadmium") *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-feature', 'docs'] title = 'Clarify documentation of positional-only default values' updated_at = user = 'https://github.com/vadmium' ``` bugs.python.org fields: ```python activity = actor = 'brett.cannon' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = creator = 'martin.panter' dependencies = ['14586', '25030', '25810'] files = ['38632', '38800', '40417', '41253'] hgrepos = [] issue_num = 23738 keywords = ['patch'] message_count = 12.0 messages = ['238890', '238893', '238894', '238922', '239025', '239129', '239869', '241591', '250277', '250278', '255997', '257229'] nosy_count = 8.0 nosy_names = ['georg.brandl', 'ezio.melotti', 'r.david.murray', 'docs@python', 'python-dev', 'berker.peksag', 'martin.panter', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue23738' versions = ['Python 3.4', 'Python 3.5', 'Python 3.6'] ```