This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, pitrou, stutzbach
Date 2010-09-15.15:06:09
SpamBayes Score 0.021517433
Marked as misclassified No
Message-id <AANLkTi=RLjkt6f-_rQujXzBsZBsd10Ksnd-7y-DzjMth@mail.gmail.com>
In-reply-to <1284557815.0.0.128748480031.issue9858@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2010-09-15 15:06:11benjamin.petersonsetrecipients: + benjamin.peterson, pitrou, stutzbach
2010-09-15 15:06:09benjamin.petersonlinkissue9858 messages
2010-09-15 15:06:09benjamin.petersoncreate