On Thu, Apr 10, 2008 at 1:27 PM, Benjamin Peterson
<[EMAIL PROTECTED]> wrote:
> On Thu, Apr 10, 2008 at 10:04 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote:
>  > On Wed, Apr 9, 2008 at 7:07 PM, Benjamin Peterson
>  >  <[EMAIL PROTECTED]> wrote:
>  >  > Should IOBase's writeable, readable, and seekable methods have
>  >  >  decorators like the closed method?
>  >
>  >  No, read the PEP.
>  I did. It doesn't mention closed at all, so I though I'd ask.

Well closed is a property (always has been) and the others are
methods. There are good reasons why the design is this way.

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to