Re: [Python-Dev] [Python-checkins] cpython: Close #4966: revamp the sequence docs in order to better explain the state of

2012年8月20日 18:32:02 -0700

On Tue, Aug 21, 2012 at 3:01 AM, Terry Reedy <[email protected]> wrote:
>
>
> On 8/20/2012 3:14 AM, nick.coghlan wrote:
>>
>> +(5)
>> + :meth:`clear` and :meth:`!copy` are included for consistency with the
>> + interfaces of mutable containers that don't support slicing operations
>> + (such as :class:`dict` and :class:`set`)
>> +
>> + .. versionadded:: 3.3
>> + :meth:`clear` and :meth:`!copy` methods.
>
>
> Should !copy be copy (both places) or is '!' some markup I don't know about?
It means you get the formatting without the cross-reference. I didn't
write that bit - it shows up in the diff because it was moved around.
Cheers,
Nick.
-- 
Nick Coghlan | [email protected] | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to