[docs] [issue29072] the message of help(os.environ.setdefault) have some error

劉劍峰 report at bugs.python.org
Mon Dec 26 03:53:33 EST 2016


New submission from 劉劍峰:

the message `D.setdefault(k[,d])', compiler inform SyntaxError: invalid syntax. I think that it woulld be D.setdefault([k, d]).

----------
assignee: docs at python
components: Documentation
messages: 284015
nosy: docs at python, 劉劍峰
priority: normal
severity: normal
status: open
title: the message of help(os.environ.setdefault) have some error
versions: Python 3.5

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


More information about the docs mailing list