Is '[' a function or an operator or an language feature?

Terry Reedy tjreedy at udel.edu
Fri Jul 16 23:12:20 EDT 2010


On 7/16/2010 9:42 PM, Peng Yu wrote:
> On Fri, Jul 16, 2010 at 5:42 PM, Terry Reedy<tjreedy at udel.edu>  wrote:
>> On 7/16/2010 1:01 PM, Peng Yu wrote:
>>>
>>> I mean to get the man page for '[' like in the following code.
>>>
>>> x=[1,2,3]
>>
>> You might find my Python symbol glossary useful.
>> https://code.google.com/p/xploro/downloads/detail?name=PySymbols.html
>
> This is for Python 3. Is there one for Python 2.x?

They are close to 100% the same. I intentionally worded the entries so 
one could look in the manuals for details.


-- 
Terry Jan Reedy




More information about the Python-list mailing list