[issue30806] netrc.__repr__() is broken for writing to file

2017-12-09 Thread INADA Naoki
INADA Naoki added the comment: New changeset 3b9173d33adc2903e1af461214333b0052d7b1e9 by INADA Naoki (Steven Loria) in branch '2.7': bpo-30806: Fix netrc.__repr__() format (GH-2491) https://github.com/python/cpython/commit/3b9173d33adc2903e1af461214333b0052d7b1e9

[issue30806] netrc.__repr__() is broken for writing to file

2017-11-04 Thread Steven Loria
Change by Steven Loria : -- pull_requests: +4237 ___ Python tracker ___ ___

[issue30806] netrc.__repr__() is broken for writing to file

2017-11-02 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed versions: +Python 3.7 ___ Python tracker ___

[issue30806] netrc.__repr__() is broken for writing to file

2017-11-02 Thread INADA Naoki
Change by INADA Naoki : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue30806] netrc.__repr__() is broken for writing to file

2017-11-02 Thread INADA Naoki
INADA Naoki added the comment: New changeset 5fbe5e161c969bc8a0d44a301152f8bf5afe0fc7 by INADA Naoki (Miss Islington (bot)) in branch '3.6': bpo-30806: Fix netrc.__repr__() format (GH-2491)

[issue30806] netrc.__repr__() is broken for writing to file

2017-11-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +4208 stage: -> patch review ___ Python tracker ___

[issue30806] netrc.__repr__() is broken for writing to file

2017-09-30 Thread INADA Naoki
INADA Naoki added the comment: New changeset b24cd055ecb3eea9a15405a6ca72dafc739e6531 by INADA Naoki (James Sexton) in branch 'master': bpo-30806 netrc.__repr__() is broken for writing to file (GH-2491)

[issue30806] netrc.__repr__() is broken for writing to file

2017-06-29 Thread James
New submission from James: Have any valid .netrc file. For testing purposes you can use this: machine abc.xyz login myusername password mypassword The documentation for netrc.__repr__() states that it "dumps the class data as a string in the format of a netrc file". However, when you try to