[issue32109] Separated square brackets will generate a tuple instead of a list.

2017-11-22 Thread YCmove
YCmove added the comment: Yes, what Cheryl Sabella says is what I was misled to. Took me a while to understand that ``[a]``, ``[a, b, c]`` is not ``[a], [a, b, c]``, how about replace comma to "or" for more clarity? just like it used in [tuple documention](https://github.com/pyth

[issue32109] Separated square brackets will generate a tuple instead of a list.

2017-11-21 Thread YCmove
Change by YCmove : -- keywords: +patch pull_requests: +4435 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32109> ___ ___ Python-

[issue32109] Separated square brackets will generate a tuple instead of a list.

2017-11-21 Thread YCmove
Change by YCmove : -- assignee: docs@python components: Documentation nosy: YCmove, docs@python priority: normal severity: normal status: open title: Separated square brackets will generate a tuple instead of a list. type: enhancement versions: Python 2.7, Python 3.4, Python 3.5, Python