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 agillesp
Recipients agillesp, r.david.murray, ryles
Date 2009-08-26.17:08:13
SpamBayes Score 2.1210811e-13
Marked as misclassified No
Message-id <1251306496.64.0.543083947444.issue6759@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Ryan,

Thanks for the feedback.

I've attached a new patch that fixes the read(nbytes) behavior--It will
now always return the requested number of bytes regardless of newline
replacement.  There's now a unit test for this as well.

I also added the newlines attribute per PEP 278 and a corresponding test.

I'm not sure I understood David's comment that read_test needed to be
turned into a unit test:  it's called by several of the unit tests
(test_read_stored, test_read_deflated, et. al.) in that class.
History
Date User Action Args
2009-08-26 17:08:16agillespsetrecipients: + agillesp, r.david.murray, ryles
2009-08-26 17:08:16agillespsetmessageid: <1251306496.64.0.543083947444.issue6759@psf.upfronthosting.co.za>
2009-08-26 17:08:15agillesplinkissue6759 messages
2009-08-26 17:08:15agillespcreate