On Tue, Aug 21, 2012 at 3:01 AM, Terry Reedy <tjre...@udel.edu> 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   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
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