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 berker.peksag
Recipients Dimitri Merejkowsky, berker.peksag
Date 2016-10-02.04:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475380857.53.0.835176705403.issue28334@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Dimitri. I think this is a reasonable improvement. However, since we are changing the behavior of the netrc() class, I'm not sure this can be considered as a bug fix.

In any case, 3.3 and 3.4 are in security-fix-only mode so I'm going to remove them from the versions field.

We need two things from you to move this forward:

1. A test. It should go in Lib/test/test_netrc.py. You can use

       env = support.EnvironmentVarGuard()
       env.unset('HOME')

   to test the new behavior.

2. A CLA form. You can sign it online at https://www.python.org/psf/contrib/contrib-form/
History
Date User Action Args
2016-10-02 04:00:57berker.peksagsetrecipients: + berker.peksag, Dimitri Merejkowsky
2016-10-02 04:00:57berker.peksagsetmessageid: <1475380857.53.0.835176705403.issue28334@psf.upfronthosting.co.za>
2016-10-02 04:00:57berker.peksaglinkissue28334 messages
2016-10-02 04:00:56berker.peksagcreate