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 barry
Recipients barry, benjamin.peterson, bruno.Piguet, georg.brandl, giampaolo.rodola, larry, r.david.murray
Date 2013-09-15.18:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130915145401.2a5c6e07@anarchist>
In-reply-to <1379271066.22.0.450633120942.issue14984@psf.upfronthosting.co.za>
Content
On Sep 15, 2013, at 06:51 PM, R. David Murray wrote:

>I could write a 2.6 test for the permissions part, but not for the incorrect
>owner part.  Do you want one without the other?

Yeah, I guess you can't mock os or stat in 2.6. ;)

Let's test the permission part, and if you can manually test the owner part,
that'll have to be good enough.  The former will at least test the changes to
NetrcParseError.__str__().
History
Date User Action Args
2013-09-15 18:54:05barrysetrecipients: + barry, georg.brandl, larry, giampaolo.rodola, benjamin.peterson, r.david.murray, bruno.Piguet
2013-09-15 18:54:05barrylinkissue14984 messages
2013-09-15 18:54:04barrycreate