Message116455
2010/9/15 Daniel Stutzbach <report@bugs.python.org>:
>
> Daniel Stutzbach <daniel@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. |
|
Date |
User |
Action |
Args |
2010-09-15 15:06:11 | benjamin.peterson | set | recipients:
+ benjamin.peterson, pitrou, stutzbach |
2010-09-15 15:06:09 | benjamin.peterson | link | issue9858 messages |
2010-09-15 15:06:09 | benjamin.peterson | create | |
|