[Python-checkins] r59209 - sandbox/trunk/2to3/fixes/fix_types.py

Nick Coghlan ncoghlan at gmail.com
Wed Nov 28 14:21:16 CET 2007


christian.heimes wrote:
> +        'EllipsisType' : 'type(Ellipsis)',

You could use 'type(...)' here instead.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list