[pyar] Pregunta sobre type en Python 3

Sebastian Bassi sebastian.bassi en globant.com
Dom Oct 30 00:53:33 ART 2016


Veo que lo que retorna type cambió desde Python 2 a Python 3, antes
retornaba <type X> y ahora <class X>, es una diferencia de la función type
o lo que cambió fueron los tipos de datos?
No es algo que me afecte, suelo usar isinstance() en lugar de type, pero me
llamó la atención y queria saber mas.

sbassi en sbassi-MS-7641:~$ python2
Python 2.7.12 (default, Jul  1 2016, 15:12:24)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> type('In ñ')
<type 'str'>
>>> type(u'In ñ')
<type 'unicode'>
sbassi en sbassi-MS-7641:~$ python
Python 3.5.1 |Anaconda 2.4.1 (64-bit)| (default, Dec  7 2015, 11:16:01)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> type('s')
<class 'str'>
>>> type('ó')
<class 'str'>


-- 
Sebastián Bassi. sebastian.bassi en globant.com
Lic. en Biotecnología con orientación en genética molecular.

-- 


The information contained in this e-mail may be confidential. It has been 
sent for the sole use of the intended recipient(s). If the reader of this 
message is not an intended recipient, you are hereby notified that any 
unauthorized review, use, disclosure, dissemination, distribution or 
copying of this communication, or any of its contents, 
is strictly prohibited. If you have received it by mistake please let us 
know by e-mail immediately and delete it from your system. Many thanks.

 

La información contenida en este mensaje puede ser confidencial. Ha sido 
enviada para el uso exclusivo del destinatario(s) previsto. Si el lector de 
este mensaje no fuera el destinatario previsto, por el presente queda Ud. 
notificado que cualquier lectura, uso, publicación, diseminación, 
distribución o copiado de esta comunicación o su contenido está 
estrictamente prohibido. En caso de que Ud. hubiera recibido este mensaje 
por error le agradeceremos notificarnos por e-mail inmediatamente y 
eliminarlo de su sistema. Muchas gracias.

------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20161029/b5f9ee7b/attachment.html>


Más información sobre la lista de distribución pyar