[issue5540] file objects in python 3 tutorial

2009-03-31 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

I found nothing in that document that refers to file objects as seen in
Python 2, e.g. the file type.  I'd still refer to all of Python 3's IO
objects as file objects.

--
resolution:  - wont fix
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5540] file objects in python 3 tutorial

2009-03-23 Thread David W. Lambert

David W. Lambert lamber...@corning.com added the comment:

File objects should not be discussed in the tutorial to emphasize that
the file type is gone.

File objects should be in the tutorial as a useful familiar concept.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5540] file objects in python 3 tutorial

2009-03-23 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

2009/3/23 David W. Lambert rep...@bugs.python.org:

 David W. Lambert lamber...@corning.com added the comment:

 File objects should not be discussed in the tutorial to emphasize that
 the file type is gone.

 File objects should be in the tutorial as a useful familiar concept.

I don't understand. These statements seem contradictory to me.

What exactly do you want changed?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5540] file objects in python 3 tutorial

2009-03-22 Thread David W. Lambert

New submission from David W. Lambert lamber...@corning.com:

http://docs.python.org/dev/py3k/tutorial/inputoutput.html#methods-of-
file-objects

Is it proper to discuss file objects in py3K?

--
assignee: georg.brandl
components: Documentation
messages: 83991
nosy: LambertDW, georg.brandl
severity: normal
status: open
title: file objects in python 3 tutorial
versions: Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5540] file objects in python 3 tutorial

2009-03-22 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

Why shouldn't it be? One of the goals of 3.x io is to present a more
pythonic interface while preserving a similar interface to 2.x. Users
can learn about the complete io stack later.

--
nosy: +benjamin.peterson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5540
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com