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 bruno.Piguet
Recipients barry, bruno.Piguet, r.david.murray
Date 2013-09-08.21:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378674144.02.0.503982676969.issue14984@psf.upfronthosting.co.za>
In-reply-to
Content
I missed the 3.3 window, may I re-propose the same minimal patch against 3.4.0a1 ?
I'm not sure I follow any python standard lib coding style but the general idea is quite simple and easy to get.

I chose to ignore the backward compatibility concern, since I agree that the security aspect overrides that.

I followed your suggestion : my patch raises OSError instead of NetrcParseError.
History
Date User Action Args
2013-09-08 21:02:24bruno.Piguetsetrecipients: + bruno.Piguet, barry, r.david.murray
2013-09-08 21:02:24bruno.Piguetsetmessageid: <1378674144.02.0.503982676969.issue14984@psf.upfronthosting.co.za>
2013-09-08 21:02:23bruno.Piguetlinkissue14984 messages
2013-09-08 21:02:23bruno.Piguetcreate