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

2010/9/15 Daniel Stutzbach <rep...@bugs.python.org>:
>
> Daniel Stutzbach <dan...@stutzbachenterprises.com> added the comment:
>
> Attached is a script to find all of the mismatches between the C and Python 
> implementations.  There are several.  Below is the output:
>
> BufferedRandom python is missing: ['raw']
> TextIOWrapper python is missing: ['buffer']
> BufferedReader python is missing: ['raw']
> BufferedWriter python is missing: ['raw']

These attributes exist; they're just not properties.

----------

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

Reply via email to