Martin v. Löwis <mar...@v.loewis.de> added the comment:

> The Python 3 "What's New" should SCREAM that the type file is gone

I don't think the documentation should ever SCREAM.

>     "The type file has been replaced by _ioTextIOWrapper; use open() to 
> open a file; open returns an instance of _ioTextIOWrapper."

That would be an incorrect statement: there are multiple types that
replace the 2.x file type. See the documentation of the io module for
details.

----------
nosy: +loewis
title: "What's New" should say VERY CLEARLY that the type file is gone -> 
"What's New" should say VERY CLEARLY that the type file       is gone

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5513>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to